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!)
A277484 E.g.f.: -arcsinh(x)*LambertW(-x). 2
0, 0, 2, 6, 32, 300, 3624, 52570, 908928, 18277560, 417634080, 10682763278, 302517156864, 9394763009060, 317429118686848, 11592017133950370, 454961391572119552, 19097430979664893168, 853711115246721262080, 40490675416206345889686, 2030782746261324446228480 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ arcsinh(exp(-1)) * n^(n-1).
a(n) ~ (-1 + log(1 + sqrt(1+exp(2)))) * n^(n-1).
MATHEMATICA
CoefficientList[Series[-ArcSinh[x]*LambertW[-x], {x, 0, 20}], x] * Range[0, 20]!
Flatten[{0, Table[Sum[Sin[Pi*k/2] * Binomial[n, k] * (k-2)!!^2 * (n-k)^(n-k-1), {k, 1, n-1}], {n, 1, 20}]}] (* Vaclav Kotesovec, Oct 28 2016 *)
PROG
(PARI) x='x+O('x^10); concat([0, 0], Vec(serlaplace(-asinh(x)*lambertw(-x) ))) \\ G. C. Greubel, Nov 08 2017
CROSSREFS
Sequence in context: A191691 A191712 A277475 * A005736 A354847 A123903
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 17 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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)