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!)
A277470 E.g.f.: arcsinh(x)/(1+LambertW(-x)). 3
0, 1, 2, 11, 104, 1249, 18264, 318163, 6425152, 147344769, 3781848480, 107408279483, 3343875651456, 113227469886881, 4142804357946240, 162871544915116035, 6847004160475236352, 306495323034774157569, 14554502490109085839872, 730777840212988501198059 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ arcsinh(exp(-1)) * n^n.
a(n) ~ (-1 + log(1 + sqrt(1+exp(2)))) * n^n.
MATHEMATICA
CoefficientList[Series[ArcSinh[x]/(1+LambertW[-x]), {x, 0, 25}], x] * Range[0, 25]!
Flatten[{0, Table[Sin[Pi*n/2] * (n-2)!!^2 + Sum[Sin[Pi*k/2] * Binomial[n, k] * (k-2)!!^2 * (n-k)^(n-k), {k, 1, n-1}], {n, 1, 25}]}] (* Vaclav Kotesovec, Oct 28 2016 *)
PROG
(PARI) x='x+O('x^50); concat([0], Vec(serlaplace(asinh(x)/(1 + lambertw(-x)) ))) \\ G. C. Greubel, Nov 07 2017
CROSSREFS
Sequence in context: A334240 A099713 A277461 * A343896 A111535 A268294
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 16 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 16 10:45 EDT 2024. Contains 371709 sequences. (Running on oeis4.)