login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A302609 a(n) = n! * [x^n] exp(n*x)*arctanh(x). 4
0, 1, 4, 29, 288, 3649, 56160, 1017029, 21181440, 498682881, 13095232000, 379443829709, 12025239367680, 413761766695809, 15360425115176960, 611958601019294325, 26042588632355176448, 1179009749826940037889, 56579126414696034729984, 2868848293506101088635389 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
N. J. A. Sloane, Transforms
FORMULA
E.g.f.: log((1 - LambertW(-x))/(1 + LambertW(-x))) / (2*(1 + LambertW(-x))). - Vaclav Kotesovec, Jun 09 2019
a(n) ~ log(n) * n^n / 4 * (1 + (gamma + 3*log(2))/log(n)), where gamma is the Euler-Mascheroni constant A001620. - Vaclav Kotesovec, Jun 09 2019
MATHEMATICA
Table[n! SeriesCoefficient[Exp[n x] ArcTanh[x], {x, 0, n}], {n, 0, 19}]
nmax = 20; CoefficientList[Series[Log[(1 - LambertW[-x])/(1 + LambertW[-x])] / (2*(1 + LambertW[-x])), {x, 0, nmax}], x] * Range[0, nmax]! (* Vaclav Kotesovec, Jun 09 2019 *)
CROSSREFS
Sequence in context: A182356 A083072 A302586 * A181197 A217807 A348651
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 10 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)