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!)
A101055 E.g.f.: exp(exp(x)-1)/(1-x)^3. 2
1, 4, 20, 119, 819, 6397, 55919, 541144, 5746596, 66475311, 832418065, 11222752125, 162133146877, 2499401777680, 40960858008040, 711240364356155, 13045720176453587, 252079975222183461, 5118581045978055067, 108972887981432267708, 2427417968714846394712, 56467770394205361146187 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Sequence appears in the problem of normal ordering of functions of boson operators.
LINKS
FORMULA
a(n) = ((-1)^n*n!/e)*Sum_{k>=0} L(n,-n-3,k)/k!, where L is a generalized Laguerre polynomial.
a(n) = (1/2)*Sum_{k=0..n} binomial(n,k)*(k + 2)!*Bell(n-k), where Bell() = A000110. - Ilya Gutkovskiy, May 24 2018
a(n) ~ exp(exp(1)-1) * n^2 * n! / 2. - Vaclav Kotesovec, Jun 26 2022
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Exp[Exp[x]-1]/(1-x)^3, {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Aug 11 2021 *)
CROSSREFS
Sequence in context: A258666 A128236 A091046 * A208232 A013197 A319788
KEYWORD
nonn
AUTHOR
Karol A. Penson, Nov 29 2004
EXTENSIONS
Terms after a(15) from Ilya Gutkovskiy, May 24 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 July 30 06:28 EDT 2024. Contains 374737 sequences. (Running on oeis4.)