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

A378044
E.g.f. satisfies A(x) = (1+x) * exp( x * (1+x) * A(x)^3 ).
1
1, 2, 17, 349, 10661, 444161, 23447635, 1500738989, 112954047113, 9777254959729, 956963374613471, 104510139881448797, 12599380858829314093, 1662018439019972570681, 238128379446158082330779, 36825779588890274967294061, 6113887910300601007096973585, 1084611999181162104894547358561
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
E.g.f.: (1+x) * exp( -LambertW(-3*x*(1+x)^4)/3 ).
a(n) = n! * Sum_{k=0..n} (3*k+1)^(k-1) * binomial(4*k+1,n-k)/k!.
PROG
(PARI) a(n) = n!*sum(k=0, n, (3*k+1)^(k-1)*binomial(4*k+1, n-k)/k!);
CROSSREFS
Cf. A377895.
Sequence in context: A204249 A242368 A307315 * A373324 A330260 A243509
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 15 2024
STATUS
approved