login
A396509
a(n) = 2 * (4*n+2)^(n-1).
2
1, 2, 20, 392, 11664, 468512, 23762752, 1458000000, 105046700288, 8695584276992, 813342767698944, 84841494965553152, 9765625000000000000, 1229575252353016799232, 168110140833113738264576, 24803538869315053824278528, 3928158732213644200735997952, 664658611392020000000000000000
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Lambert W-Function.
FORMULA
E.g.f.: exp(-1/2 * LambertW(-4*x)).
E.g.f.: B(x)^2, where B(x) is the e.g.f. of A052774.
E.g.f. A(x) satisfies:
(1) A(x) = exp(2*x*A(x)^2).
(2) A(x) = 1/A(-x*A(x)^4).
MATHEMATICA
A396509[n_] := 2*(4*n + 2)^(n - 1); Array[A396509, 20, 0] (* Paolo Xausa, May 28 2026 *)
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(exp(-1/2*lambertw(-4*x))))
CROSSREFS
Column k=1 of A396504.
Sequence in context: A376391 A376394 A218306 * A009236 A078698 A090728
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, May 28 2026
STATUS
approved