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!)
A319364 Expansion of e.g.f. exp(x^3/3)/(1 - x). 2
1, 1, 2, 8, 32, 160, 1000, 7000, 56000, 506240, 5062400, 55686400, 668483200, 8690281600, 121663942400, 1825003980800, 29200063692800, 496401082777600, 8935231687782400, 169769402067865600, 3395388041357312000, 71303153503662080000, 1568669377080565760000, 36079395672853012480000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ n!*exp(1/3).
D-finite with recurrence: n*a(n) - n^2*a(n-1) - n*(n-1)*(n-2)*a(n-3) + n*(n-1)*(n-2)*(n-3)*a(n-4) = 0. - Robert Israel, Dec 17 2020
MAPLE
seq(n!*coeff(series(exp(x^3/3)/(1 - x), x=0, 24), x, n), n=0..23); # Paolo P. Lava, Jan 09 2019
MATHEMATICA
nmax = 23; CoefficientList[Series[Exp[x^3/3]/(1 - x), {x, 0, nmax}], x] Range[0, nmax]!
PROG
(PARI) my(x='x+O('x^30)); Vec(serlaplace(exp(x^3/3)/(1 - x))) \\ Michel Marcus, Dec 17 2020
CROSSREFS
Sequence in context: A006669 A193778 A030804 * A030895 A030950 A030822
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 17 2018
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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)