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!)
A356688 a(n) = n! * Sum_{k=0..n} k^(3*n)/k!. 3
1, 1, 66, 21225, 18952156, 36175231585, 126556309395486, 733064060959310689, 6540867625730306094360, 85180334386943946887707617, 1552697061493449955344530003290, 38315904135534199560725372265381721, 1245605749857294018587318829355458646068 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: Sum_{k>=0} (k^3 * x)^k / (k! * (1 - k^3 * x)).
MATHEMATICA
a[n_] := n! * Sum[k^(3*n)/k!, {k, 0, n}]; a[0] = 1; Array[a, 13, 0] (* Amiram Eldar, Aug 23 2022 *)
PROG
(PARI) a(n) = n!*sum(k=0, n, k^(3*n)/k!);
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=0, N, (k^3*x)^k/(k!*(1-k^3*x)))))
CROSSREFS
Sequence in context: A197439 A127706 A355470 * A167778 A199838 A188453
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 23 2022
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 September 12 20:05 EDT 2024. Contains 375854 sequences. (Running on oeis4.)