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

A293318
a(n) = (2*n)! * [x^(2*n)] (-log(sqrt(1 - 2*x)))^n/(sqrt(1 - 2*x)*n!).
5
1, 4, 86, 3480, 208054, 16486680, 1628301884, 192666441968, 26569595376038, 4184718381424152, 741138328282003860, 145795774074768177360, 31540994233548116475196, 7442380580681963411363440, 1902155375416975061879918520, 523496081998297020687019596000
OFFSET
0,2
LINKS
FORMULA
a(n) ~ c * d^n * (n-1)!, where d = -16*LambertW(-1, -exp(-1/2)/2)^2 / (1 + 2*LambertW(-1, -exp(-1/2)/2)) = 19.643259858273023595... (see also A265846) and c = 0.2425219128152359859... - Vaclav Kotesovec, Oct 18 2017, updated Mar 17 2024
MATHEMATICA
Table[(2 n)! SeriesCoefficient[(-Log[Sqrt[1 - 2 x]])^n/(Sqrt[1 - 2 x] n!), {x, 0, 2 n}], {n, 0, 15}]
CROSSREFS
Central terms of triangles A028338, A039757 (gives absolute values) and A109692.
Cf. A265846.
Sequence in context: A055764 A163279 A130268 * A204460 A162086 A116320
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Oct 06 2017
STATUS
approved