login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A246241 Sum of sixth powers of coefficients in full expansion of (z_1+z_2+...+z_n)^n. 2
1, 1, 66, 51033, 227263876, 3942914312505, 207874071367118436, 28034487027123336138967, 8522964991458712709499563784, 5302659152501095787067079018931409, 6255441983177258421672575234559926069140, 13154762734940720943667470423246456789300752691
(list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = [x^n] (n!)^6 * (Sum_{j=0..n} x^j/(j!)^6)^n.
MAPLE
b:= proc(n, i) option remember; `if`(n=0, 1, `if`(i<1, 0,
add(b(n-j, i-1)*binomial(n, j)^5/j!, j=0..n)))
end:
a:= n-> n!*b(n$2):
seq(a(n), n=0..15);
CROSSREFS
Column k=6 of A245397.
Sequence in context: A110150 A358862 A295790 * A337893 A008991 A051323
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Aug 19 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 19 09:30 EDT 2024. Contains 376007 sequences. (Running on oeis4.)