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!)
A277501 E.g.f.: -LambertW(-tanh(x)). 2
0, 1, 2, 7, 48, 461, 5488, 79171, 1347328, 26396185, 585025024, 14473813311, 395433660416, 11824374817893, 384118189803520, 13470784014801787, 507233444671848448, 20411081546839908401, 874130806090067607552, 39696948293418345150327 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ sqrt(1-exp(-2)) * 2^(n-1/2) * (log((exp(1)+1)/(exp(1)-1)))^(1/2-n) * exp(1/2-n) * n^(n-1).
MATHEMATICA
CoefficientList[Series[-LambertW[-Tanh[x]], {x, 0, 20}], x] * Range[0, 20]!
PROG
(PARI) x='x+O('x^10); concat([0], Vec(serlaplace(-lambertw(-tanh(x))))) \\ G. C. Greubel, Nov 09 2017
CROSSREFS
Sequence in context: A106159 A160915 A330474 * A277503 A317666 A316567
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 18 2016
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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)