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!)
A354551 Expansion of e.g.f. exp( x * exp(x^3/6) ). 6
1, 1, 1, 1, 5, 21, 61, 211, 1401, 8065, 37241, 240021, 1997821, 13856701, 94418325, 874328911, 8304303281, 69158458881, 658339599601, 7454839614985, 78224066633781, 805961931388741, 9828080719704941, 124199805022959051, 1466207770078872745 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
This sequence is different from A143567.
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/3)} (n - 3*k)^k/(6^k * k! * (n - 3*k)!).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(x*(exp(x^3/6)))))
(PARI) a(n) = n!*sum(k=0, n\3, (n-3*k)^k/(6^k*k!*(n-3*k)!));
CROSSREFS
Sequence in context: A112561 A303170 A287617 * A143567 A147375 A351934
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 August 14 17:57 EDT 2024. Contains 375166 sequences. (Running on oeis4.)