login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A292935
E.g.f.: exp(exp(-x) - 1).
5
1, -1, 2, -5, 15, -52, 203, -877, 4140, -21147, 115975, -678570, 4213597, -27644437, 190899322, -1382958545, 10480142147, -82864869804, 682076806159, -5832742205057, 51724158235372, -474869816156751, 4506715738447323, -44152005855084346
OFFSET
0,3
LINKS
FORMULA
a(n) = (-1)^n * A000110(n).
G.f.: Sum_{k>=0} (-x)^k / Product_{j=1..k} (1 + j*x). - Ilya Gutkovskiy, Dec 14 2019
PROG
(PARI) x='x+O('x^66); Vec(serlaplace(exp(exp(-x)-1)))
CROSSREFS
Column k=0 of A292948.
Cf. A000110.
Sequence in context: A203644 A203645 A203646 * A000110 A336022 A303924
KEYWORD
sign
AUTHOR
Seiichi Manyama, Sep 27 2017
STATUS
approved