Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A059721
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A059721 Mean of first six positive powers of n, i.e. (n+n^2+n^3+n^4+n^5+n^6)/6. +0
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; listen)
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

PROGRAM

(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 this_sequence A054370 A010827 A022713

Adjacent sequences: A059718 A059719 A059720 this_sequence A059722 A059723 A059724

KEYWORD

nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research