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!)
A358065 Expansion of e.g.f. 1/(1 - x * exp(x^3)). 8
1, 1, 2, 6, 48, 360, 2880, 27720, 322560, 4173120, 58665600, 911433600, 15567552000, 287740252800, 5710178073600, 121450256928000, 2758495490150400, 66563938106265600, 1699990278213427200, 45828946821385728000, 1300703752243703808000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/3)} (n - 3*k)^k/k!.
a(n) ~ n! * 3^(n/3) / ((1 + LambertW(3)) * LambertW(3)^(n/3)). - Vaclav Kotesovec, Nov 01 2022
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(1-x*exp(x^3))))
(PARI) a(n) = n!*sum(k=0, n\3, (n-3*k)^k/k!);
CROSSREFS
Sequence in context: A362798 A239836 A052593 * A052586 A052554 A228159
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Oct 29 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 April 19 16:38 EDT 2024. Contains 371794 sequences. (Running on oeis4.)