The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A354554 Expansion of e.g.f. exp( x * exp(x^4) ). 4
1, 1, 1, 1, 1, 121, 721, 2521, 6721, 196561, 3659041, 29993041, 159762241, 1686639241, 60298558321, 987112886761, 9315623640961, 76611297104161, 2454331471018561, 69805324167893281, 1086439146068753281, 11530308934656915481 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/4)} (n - 4*k)^k/(k! * (n - 4*k)!).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(x*(exp(x^4)))))
(PARI) a(n) = n!*sum(k=0, n\4, (n-4*k)^k/(k!*(n-4*k)!));
CROSSREFS
Sequence in context: A361703 A190877 A361636 * A367720 A293566 A293507
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 18 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 June 3 20:36 EDT 2024. Contains 373088 sequences. (Running on oeis4.)