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.

A012227 tanh(arctan(tanh(x)))=x-6/3!*x^3+176/5!*x^5-12016/7!*x^7...

Original entry on oeis.org

1, -6, 176, -12016, 1469696, -280971776, 77198422016, -28793654081536, 13988424620507136, -8578076577450295296, 6478101995566379565056, -5906079803365219349037056, 6394716233788355978540875776
Offset: 0

Views

Author

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

Keywords

Crossrefs

Cf. A101921.

Programs

  • Mathematica
    With[{nn=30},Take[CoefficientList[Series[Tanh[ArcTan[Tanh[x]]],{x,0,nn}],x] Range[0,nn-1]!,{2,-1,2}]] (* Harvey P. Dale, Dec 08 2018 *)