The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A178184 Sum 2^((k^2+3k)/2) from k=1 to n 9
4, 36, 548, 16932, 1065508, 135283236, 34495021604, 17626681066020, 18032025190548004, 36911520172609651236, 151152638972001256489508, 1238091191924352276155613732, 20283647694843594776223406899748 (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 = 2; sum = 0; Do[sum = sum + m^((n + 3) n/2); AppendTo[aa, sum], {n, 1, 20}]; aa (*Artur Jasinski*)
Accumulate[Table[2^((k^2+3k)/2), {k, 20}]] (* Harvey P. Dale, Aug 17 2021 *)
CROSSREFS
Sequence in context: A349650 A294359 A336639 * A070780 A132687 A364152
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 May 21 01:14 EDT 2024. Contains 372720 sequences. (Running on oeis4.)