login
A377894
E.g.f. satisfies A(x) = (1 + x) * exp(x * A(x)^2).
3
1, 2, 11, 142, 2725, 71026, 2339719, 93311758, 4371948137, 235418287042, 14327098759171, 972533690209390, 72854996624174989, 5970582808814848498, 531359818098465084863, 51034785131352404960686, 5261620527219949295345233, 579593410301187097865649922
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
E.g.f.: (1+x) * exp( -LambertW(-2*x*(1+x)^2)/2 ).
E.g.f.: ( -LambertW(-2*x*(1+x)^2)/(2*x) )^(1/2).
a(n) = n! * Sum_{k=0..n} (2*k+1)^(k-1) * binomial(2*k+1,n-k)/k!.
PROG
(PARI) a(n) = n!*sum(k=0, n, (2*k+1)^(k-1)*binomial(2*k+1, n-k)/k!);
CROSSREFS
Sequence in context: A183609 A380386 A113148 * A193209 A268743 A348797
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 11 2024
STATUS
approved