login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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