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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A059721 Mean of first six positive powers of n, i.e. (n+n^2+n^3+n^4+n^5+n^6)/6. 6
0, 1, 21, 182, 910, 3255, 9331, 22876, 49932, 99645, 185185, 324786, 542906, 871507, 1351455, 2034040, 2982616, 4274361, 6002157, 8276590, 11228070, 15009071, 19796491, 25794132, 33235300, 42385525, 53545401, 67053546 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,1000

FORMULA

a(n) =(n^7-n)/(6n-6) =A053700(n)*n/6

EXAMPLE

a(2)=(2+4+8+16+32+64)/6=126/6=21

MATHEMATICA

Table[Total[n^Range[6]]/6, {n, 0, 30}]  [From Harvey P. Dale, Jan. 29, 2011]

PROG

(PARI) { for (n=0, 1000, if (n==1, a=1, a=(n^7 - n)/(6*n - 6)); write("b059721.txt", n, " ", a); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 28 2009]

CROSSREFS

Cf. A059722, A059723.

Sequence in context: A090021 A025604 A062159 * A054370 A010827 A022713

Adjacent sequences:  A059718 A059719 A059720 * A059722 A059723 A059724

KEYWORD

nonn

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), Feb 07 2001

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 17 04:58 EST 2012. Contains 205985 sequences.