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!)
A357194 a(n) = n! * Sum_{k=0..floor(n/3)} k^(3*n)/k!. 2
1, 0, 0, 6, 24, 120, 94372560, 5284828080, 338228714880, 461220488356944960, 124524904888012809600, 36983489578531184304000, 94262861823240343196388902400, 78420937396722501660156363686400, 70262981254649802508019882162611200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: Sum_{k>=0} (k^3 * x)^(3 * k) / (k! * (1 - k^3 * x)).
PROG
(PARI) a(n) = n!*sum(k=0, n\3, k^(3*n)/k!);
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=0, N, (k^3*x)^(3*k)/(k!*(1-k^3*x)))))
CROSSREFS
Sequence in context: A060249 A052557 A357192 * A188232 A274072 A224662
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 17 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 July 21 03:50 EDT 2024. Contains 374463 sequences. (Running on oeis4.)