login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A031972 Sum n^k, k=1..n. 3
1, 6, 39, 340, 3905, 55986, 960799, 19173960, 435848049, 11111111110, 313842837671, 9726655034460, 328114698808273, 11966776581370170, 469172025408063615, 19676527011956855056, 878942778254232811937 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(1)=1; for n>1 a(n) = (n^(n+1)-1)/(n-1) - 1. - Benoit Cloitre (benoit7848c(AT)orange.fr), Aug 17 2002

MATHEMATICA

f[n_]:=Sum[n^k, {k, n}]; Array[f, 30] (*From Vladimir Joseph Stephan Orlovsky, Feb 14 2011*)

CROSSREFS

Sequence in context: A007322 A058191 A113347 * A124577 A006678 A145709

Adjacent sequences:  A031969 A031970 A031971 * A031973 A031974 A031975

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 19:15 EST 2012. Contains 205852 sequences.