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

A293716
E.g.f.: exp(x + 2*x^2 + 3*x^3).
2
1, 1, 5, 31, 145, 1181, 9661, 77155, 794081, 8132185, 86715541, 1055208551, 12921555505, 166589628661, 2320023320525, 32814550442731, 486870347843521, 7598251948512305, 121035455085677221, 2008950533339620015, 34595064617371963601, 609252363677557660621
OFFSET
0,3
LINKS
FORMULA
a(n) ~ 3^(2*n/3 - 1/2) * n^(2*n/3) * exp(-76/729 + 19*3^(1/3)*n^(1/3)/81 + 2*3^(2/3)*n^(2/3)/9 - 2*n/3). - Vaclav Kotesovec, Oct 15 2017
MATHEMATICA
CoefficientList[Series[E^(x+2*x^2+3*x^3), {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Oct 15 2017 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(exp(x+2*x^2+3*x^3)))
CROSSREFS
Column k=3 of A293718.
Sequence in context: A077719 A235462 A005826 * A294692 A047109 A293028
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 15 2017
STATUS
approved