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!)
A308519 Expansion of e.g.f. exp(exp(1 - exp(x)) - 1). 1
1, -1, 1, 0, -2, 2, 9, -24, -80, 339, 1127, -6438, -22051, 179670, 705969, -6316587, -34059363, 234694313, 1788358694, -10539103220, -107105535812, 679821765685, 9404735956848, -39383677719404, -965379929608361, 375758547940149, 86199829280567638, 158307964563289211 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Exponential transform of A000587 (complementary Bell numbers).
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^k*Stirling2(n,k)*A000110(k).
a(0) = 1; a(n) = Sum_{k=1..n} binomial(n-1,k-1)*A000587(k)*a(n-k).
MATHEMATICA
nmax = 27; CoefficientList[Series[Exp[Exp[1 - Exp[x]] - 1], {x, 0, nmax}], x] Range[0, nmax]!
Table[Sum[(-1)^k StirlingS2[n, k] BellB[k], {k, 0, n}], {n, 0, 27}]
a[n_] := a[n] = Sum[Binomial[n - 1, k - 1] BellB[k, -1] a[n - k], {k, 1, n}]; a[0] = 1; Table[a[n], {n, 0, 27}]
CROSSREFS
Sequence in context: A368182 A363451 A369076 * A205390 A204265 A343406
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Jun 03 2019
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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)