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”).

A272602
E.g.f.: exp( sum(n>=1, x^(n!) / n ) ).
2
1, 1, 2, 4, 10, 26, 316, 1912, 14204, 83260, 513496, 2918576, 43605112, 442060984, 5396258960, 51589877536, 502620599056, 4387660231952, 77691034349344, 1065687761143360, 17601265218632096, 230878891157853856, 3055183837594858432, 35865234134641395584, 155845649043266241280960
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp( sum(n>=1, x^(n!) / n ) ).
PROG
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(exp(sum(n=1, 10, x^(n!)/n))))
CROSSREFS
Cf. A272603 (e.g.f.: exp( sum(n>=1, x^(n!) / n! ) ) ).
Sequence in context: A179981 A086991 A272603 * A113066 A002459 A216434
KEYWORD
nonn
AUTHOR
Joerg Arndt, May 29 2016
STATUS
approved