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”).

A012456
exp((arctan(x))^2)=1+2/2!*x^2-4/4!*x^4+8/6!*x^6+912/8!*x^8...
0
1, 2, -4, 8, 912, -99168, 11815872, -1790856576, 347783278848, -85244795874816, 25888104843574272, -9570587679263078400, 4239434238319441121280, -2218976274384029204766720
OFFSET
0,2
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Exp[ArcTan[x]^2], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Apr 24 2016 *)
CROSSREFS
Sequence in context: A061089 A067499 A135212 * A071686 A296742 A103097
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, Apr 24 2016
STATUS
approved