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!)
A354553 Expansion of e.g.f. exp( x * exp(x^3) ). 7
1, 1, 1, 1, 25, 121, 361, 3361, 42001, 275185, 1819441, 30777121, 371238121, 3057311401, 44263763545, 801096528961, 9710981323681, 125367419194081, 2643123767954401, 45840730383002305, 646414025466298681, 13258301279836276441 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/3)} (n - 3*k)^k/(k! * (n - 3*k)!).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(x*(exp(x^3)))))
(PARI) a(n) = n!*sum(k=0, n\3, (n-3*k)^k/(k!*(n-3*k)!));
CROSSREFS
Sequence in context: A330045 A362349 A274783 * A367719 A293493 A356629
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 28 02:17 EDT 2024. Contains 373761 sequences. (Running on oeis4.)