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!)
A277503 E.g.f.: -LambertW(-arctan(x)). 2
0, 1, 2, 7, 48, 469, 5584, 80235, 1367040, 26840841, 595623680, 14752565807, 403579762688, 12084385256605, 393093330282496, 13804177426246995, 520496287836012544, 20973496057176404881, 899452315670554017792, 40903215737685386469847 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ sqrt(sin(2*exp(-1))/2) * exp(-n + 1/2) * n^(n-1) / tan(exp(-1))^n.
MATHEMATICA
CoefficientList[Series[-LambertW[-ArcTan[x]], {x, 0, 20}], x] * Range[0, 20]!
PROG
(PARI) x='x+O('x^50); concat([0], Vec(serlaplace(-lambertw(-atan(x))))) \\ G. C. Greubel, Nov 12 2017
CROSSREFS
Cf. A277502.
Sequence in context: A160915 A330474 A277501 * A317666 A316567 A304968
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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)