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

A374347
E.g.f. A(x) satisfies A(x) = A(x^3)^(1/3) * exp(3*x) with A(0)=1.
0
1, 3, 9, 33, 153, 783, 4329, 26757, 178929, 1385019, 13200489, 136901097, 1526386761, 18967459527, 242866024137, 3134483671437, 42179999959521, 579952188438003, 8370295687421001, 133701888662298801, 2247741025303683321, 39543420776223234303
OFFSET
0,2
FORMULA
E.g.f.: exp( 3 * Sum_{k>=0} x^(3^k)/3^k ).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(3*sum(k=0, ceil(log(N+1)/log(3)), x^3^k/3^k))))
CROSSREFS
Sequence in context: A279840 A009220 A294035 * A007489 A294638 A201968
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Jul 05 2024
STATUS
approved