login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A308517
Expansion of e.g.f. exp(1 - exp(x/(1 - x))).
0
1, -1, -2, -5, -11, 18, 711, 10113, 125042, 1485627, 17151083, 185932580, 1665928529, 4570649471, -349942007986, -14532197609433, -433111168649251, -11579368513540914, -293948221716443209, -7208510256850719447, -170577027262193604678, -3823168355141657356481, -76959686241473750407701
OFFSET
0,3
COMMENTS
Lah transform of A000587 (complementary Bell numbers).
FORMULA
a(n) = Sum_{k=0..n} binomial(n-1,k-1)*A000587(k)*n!/k!.
MATHEMATICA
nmax = 22; CoefficientList[Series[Exp[1 - Exp[x/(1 - x)]], {x, 0, nmax}], x] Range[0, nmax]!
a[n_] := a[n] = Sum[Binomial[n - 1, k - 1] BellB[k, -1] n!/k!, {k, 0, n}]; Table[a[n], {n, 0, 22}]
CROSSREFS
Sequence in context: A260037 A132455 A132459 * A375714 A101057 A045362
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Jun 03 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 16:06 EDT 2024. Contains 376074 sequences. (Running on oeis4.)