PDA

View Full Version : number of terms in a series


kurious
Aug4-04, 06:25 PM
How many terms would I need in the sum:
3 + 12 + 27 + 48 + .....

( 1x + 4x + 9x +16x + ...)

to get close to the number 10^57 ?

Hurkyl
Aug4-04, 06:28 PM
Use the sum of squares formula.

1^2 + 2^2 + ... + n^2 = n (n+1) (2n+1) / 6

arildno
Aug5-04, 08:44 AM
How many terms would I need in the sum:
3 + 12 + 27 + 48 + .....

( 1x + 4x + 9x +16x + ...)

to get close to the number 10^57 ?

Actually, if you allow an error margin of 10^58, one term is enough!!
Since most numbers are larger than 10^58, 3 is a pretty close approximation to 10^57..

kurious
Aug5-04, 03:46 PM
Thanks for helping.