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.

A012727 exp(arctanh(x)*arctan(x))=1+2/2!*x^2+12/4!*x^4+328/6!*x^6+13328/8!*x^8...

Original entry on oeis.org

1, 2, 12, 328, 13328, 1160352, 123701952, 22207125120, 4532782825728, 1380071532433920, 459909185638812672, 212375023941305272320, 104929881035116227072000, 68350141067274779587092480
Offset: 0

Views

Author

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

Keywords

Programs

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