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

A363354
E.g.f. satisfies A(x) = exp(x * (1 + x * A(x)^3)).
4
1, 1, 3, 25, 277, 4221, 81421, 1891429, 51638217, 1618907257, 57332786041, 2264047223241, 98641443498973, 4700569138096885, 243213757144477029, 13579261873673960941, 813757288951509415441, 52098716516012891238129, 3548972379593741013388657
OFFSET
0,3
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
E.g.f.: exp( x - LambertW(-3*x^2*exp(3*x))/3 ).
a(n) = n! * Sum_{k=0..n} (3*n-3*k+1)^(k-1) * binomial(k,n-k)/k!.
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(x-lambertw(-3*x^2*exp(3*x))/3)))
CROSSREFS
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 17 2023
STATUS
approved