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!)
A229357 Total sum of n-th powers of parts in all partitions of 6. 2
35, 66, 180, 660, 2904, 14196, 73920, 400620, 2229624, 12637956, 72573360, 420738780, 2456635944, 14422057716, 85023813600, 502907704140, 2982460443864, 17724476245476, 105513644666640, 628987635392700, 3753738850485384, 22422625749793236, 134041199563164480 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = Sum_{k=1..6} A066633(6,k) * k^n.
a(n) = 19 + 8*2^n + 4*3^n + 2*4^n + 5^n + 6^n.
G.f.: -(18144*x^5 -28874*x^4 +17295*x^3 -4919*x^2 +669*x -35) / Product_{j=1..6} (j*x-1).
MAPLE
a:= n-> 19+8*2^n+4*3^n+2*4^n+5^n+6^n:
seq(a(n), n=0..30);
CROSSREFS
Row n=6 of A213191.
Sequence in context: A224485 A267330 A353175 * A254364 A146207 A135802
KEYWORD
nonn,easy
AUTHOR
Alois P. Heinz, Sep 20 2013
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)