login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A178188 a(n) = Sum_{k=1..n} 5^((k^2+3k)/2). 1
25, 3150, 1956275, 6105471900, 95373537112525, 7450675970460940650, 2910390496349340822268775, 5684344796471297836309816409400, 55511156915602623492479419714357425025 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Series of the kind m^((k^2+3k)/2) from k=1 to n was studied by Bernoulli and Euler.
LINKS
MATHEMATICA
aa = {}; m = 5; sum = 0; Do[sum = sum + m^((n + 3) n/2); AppendTo[aa, sum], {n, 1, 20}]; aa (*Artur Jasinski*)
Table[Sum[5^((k^2+3k)/2), {k, n}], {n, 10}] (* Harvey P. Dale, Jan 17 2015 *)
PROG
(PARI) a(n) = sum(k=1, n, 5^((k^2+3*k)/2)); \\ Michel Marcus, Sep 09 2013
CROSSREFS
Sequence in context: A226277 A013737 A018861 * A203186 A322249 A185826
KEYWORD
nonn
AUTHOR
Artur Jasinski, May 21 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 14:32 EDT 2024. Contains 371914 sequences. (Running on oeis4.)