cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A012231 exp(arctan(arctanh(x)))=1+x+1/2!*x^2+1/3!*x^3+1/4!*x^4+9/5!*x^5...

Original entry on oeis.org

1, 1, 1, 1, 1, 9, 49, 281, 1345, 13233, 105441, 1179729, 10336833, 144386553, 1580651409, 25501409961, 316289380737, 5869292202465, 83559601907649, 1744083324947745, 27709107620492673, 643531258862953065
Offset: 0

Views

Author

Patrick Demichel (patrick.demichel(AT)hp.com)

Keywords

Programs

  • Mathematica
    With[{nn=30},CoefficientList[Series[Exp[ArcTan[ArcTanh[x]]],{x,0,nn}],x] Range[0,nn]!] (* Ray Chandler, Nov 28 2016 *)