0
i want a program to find the number of terms n and the sum of terms of the series 1+5+25+........+625
2 odpowiedzi
+ 6
it is seems to me a geometric progression
started in number 1 multiplied by 5. the successor is the result of previous number multiplied by 5.
+ 4
Want me to write it for ya?