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

A293717
E.g.f.: exp(x + 2*x^2 + 3*x^3 + 4*x^4).
2
1, 1, 5, 31, 241, 1661, 16861, 181315, 2091041, 25320601, 354057301, 5149373351, 78917379025, 1281478466581, 22335899616941, 403305062965771, 7612564457632321, 150561914023428785, 3113594618276542501, 66512360356769464111, 1474726318816689523121
OFFSET
0,3
LINKS
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Exp[x+2x^2+3x^3+4x^4], {x, 0, nn}], x] Range[ 0, nn]!] (* Harvey P. Dale, Nov 15 2020 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(exp(x+2*x^2+3*x^3+4*x^4)))
CROSSREFS
Column k=4 of A293718.
Sequence in context: A069321 A211179 A177797 * A186859 A331335 A082579
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 15 2017
STATUS
approved