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!)
A277469 E.g.f.: arcsin(x)/(1 + LambertW(-x)). 4
0, 1, 2, 13, 112, 1329, 19344, 336533, 6778752, 155247777, 3980956800, 112984562813, 3515475849216, 118984054897681, 4351800687259648, 171034439586509445, 7188243684485414912, 321696219477456836929, 15273278824827215388672, 766732102664665113137517 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ arcsin(exp(-1)) * n^n.
MATHEMATICA
CoefficientList[Series[ArcSin[x]/(1+LambertW[-x]), {x, 0, 25}], x] * Range[0, 25]!
Flatten[{0, Table[(1-(-1)^n)/2 * (n-2)!!^2 + Sum[Binomial[n, k] * (1-(-1)^k)/2 * (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(asin(x)/(1 + lambertw(-x))))) \\ G. C. Greubel, Nov 07 2017
CROSSREFS
Sequence in context: A258916 A052444 A277463 * A046888 A046890 A166921
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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)