The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A277483 E.g.f.: -arcsin(x)*LambertW(-x). 3
0, 0, 2, 6, 40, 340, 3984, 57050, 982528, 19616328, 446355840, 11384327438, 321701896704, 9973046260060, 336499112011776, 12274383608508450, 481282311712489472, 20185816487436968208, 901732370496365076480, 42742176871086712813974, 2142556308913381810012160 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ arcsin(exp(-1)) * n^(n-1).
MATHEMATICA
CoefficientList[Series[-ArcSin[x]*LambertW[-x], {x, 0, 20}], x] * Range[0, 20]!
Flatten[{0, Table[Sum[Binomial[n, k] * (1-(-1)^k)/2 * (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^50); concat([0, 0], Vec(serlaplace(- asin(x)*lambertw(-x) ))) \\ G. C. Greubel, Nov 08 2017
CROSSREFS
Sequence in context: A274277 A120592 A277476 * A267981 A343846 A318006
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 May 14 03:35 EDT 2024. Contains 372528 sequences. (Running on oeis4.)