login
A075792
E.g.f.: 1 + log(1+f(x)) where f(x) = log(1/(2-exp(x))) = e.g.f. for A000629.
1
1, 1, 1, 2, 8, 44, 302, 2512, 24558, 275676, 3493862, 49339784, 768182846, 13071470788, 241332513606, 4804601266896, 102599581877918, 2339270285673068, 56716397892998246, 1457071974028941400, 39538338850995279294, 1130018112921128323668, 33928819073838398622662
OFFSET
0,4
COMMENTS
Stirling transform of A089064(n)=[1,0,1,1,8,26,...] is a(n)=[1,1,2,8,44,...]. - Michael Somos, Mar 04 2004
PROG
(PARI) a(n)=if(n<0, 0, n!*polcoeff(1+log(1+log(1/(2-exp(x+x*O(x^n))))), n))
CROSSREFS
Sequence in context: A303613 A321942 A124467 * A052897 A137984 A191810
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Oct 15 2002
STATUS
approved