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!)
A277502 E.g.f.: -LambertW(-arcsin(x)). 2
0, 1, 2, 10, 72, 724, 9184, 142080, 2587392, 54290256, 1289277440, 34191270752, 1001513996288, 32113767783616, 1118831623585792, 42084750888906240, 1699836383279448064, 73377208318764134656, 3371248736937012363264, 164251735270613613412864 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ sqrt(tan(exp(-1))) * exp(1/2 - n) * n^(n-1) / sin(exp(-1))^n.
MATHEMATICA
CoefficientList[Series[-LambertW[-ArcSin[x]], {x, 0, 20}], x] * Range[0, 20]!
PROG
(PARI) x='x+O('x^30); concat([0], Vec(serlaplace(-lambertw(-asin(x))))) \\ G. C. Greubel, Nov 12 2017
CROSSREFS
Sequence in context: A084844 A144011 A238085 * A231039 A224799 A275550
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 July 13 00:23 EDT 2024. Contains 374259 sequences. (Running on oeis4.)