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

A012231
exp(arctan(arctanh(x)))=1+x+1/2!*x^2+1/3!*x^3+1/4!*x^4+9/5!*x^5...
1
1, 1, 1, 1, 1, 9, 49, 281, 1345, 13233, 105441, 1179729, 10336833, 144386553, 1580651409, 25501409961, 316289380737, 5869292202465, 83559601907649, 1744083324947745, 27709107620492673, 643531258862953065
OFFSET
0,6
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Exp[ArcTan[ArcTanh[x]]], {x, 0, nn}], x] Range[0, nn]!] (* Ray Chandler, Nov 28 2016 *)
CROSSREFS
Sequence in context: A146798 A055428 A359186 * A123270 A114040 A231178
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved