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!)
A354552 Expansion of e.g.f. exp( x * exp(x^4/24) ). 4
1, 1, 1, 1, 1, 6, 31, 106, 281, 946, 7561, 54286, 281161, 1207636, 7997991, 81996916, 701522641, 4580581916, 29742355441, 306369616636, 3632198902321, 34710574441096, 276645112305871, 2652825718776696, 35647605796451881, 458142859493786776 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
This sequence is different from A143568.
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/4)} (n - 4*k)^k/(24^k * k! * (n - 4*k)!).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(x*(exp(x^4/24)))))
(PARI) a(n) = n!*sum(k=0, n\4, (n-4*k)^k/(24^k*k!*(n-4*k)!));
CROSSREFS
Sequence in context: A244716 A024447 A303172 * A143568 A351935 A356608
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.)