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!)
A292914 a(n) = n! * [x^n] exp(exp(n*x)-1). 8
1, 1, 8, 135, 3840, 162500, 9471168, 722247211, 69457674240, 8192781080883, 1159750000000000, 193603940326506270, 37568854100470136832, 8372811803057822746561, 2121274569058397526065152, 605589097505502777099609375, 193324500041805946527313559552, 68549156597838159410025756211308 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = [x^n] 1/(1 - n*x/(1 - n*x/(1 - n*x/(1 - 2*n*x/(1 - n*x/(1 - 3*n*x/(1 - n*x/(1 - 4*n*x/(1 - ...))))))))), a continued fraction.
a(n) = exp(-1)*n^n*Sum_{k>=0} k^n/k!.
a(n) = A292913(n,n).
a(n) = n^n * Bell(n). - Alois P. Heinz, Sep 26 2017
MAPLE
a:= n-> n^n * combinat[bell](n):
seq(a(n), n=0..20); # Alois P. Heinz, Sep 26 2017
MATHEMATICA
Table[n! SeriesCoefficient[Exp[Exp[n x] - 1], {x, 0, n}], {n, 0, 17}]
Table[SeriesCoefficient[1/(1 + ContinuedFractionK[-((-1)^(k + 1) (k - 1) + k + 3) n x/4, 1, {k, 0, n}]), {x, 0, n}], {n, 0, 17}]
Join[{1}, Table[n^n BellB[n], {n, 1, 17}]]
CROSSREFS
Main diagonal of A292913.
Cf. A000110.
Sequence in context: A069988 A229237 A291699 * A072072 A195614 A358958
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 26 2017
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 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)