TGI01 - Algorithms and Datastructures > Important Integer Series > Flashcards
Geometric Series
sum(i^2) = (n (2n + 1 ) ( n + 1 )) / 4
Arithmetic Series
sum(i) = n * (n + 1) / 2