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.

A012134 exp(arcsin(arctanh(x)))=1+x+1/2!*x^2+4/3!*x^3+13/4!*x^4+84/5!*x^5...

Original entry on oeis.org

1, 1, 1, 4, 13, 84, 469, 4208, 33433, 386064, 3984681, 56523072, 718210725, 12121690944, 183013440765, 3589856932608, 62801454477105, 1406019035808000, 27970921286867025, 704535958463063040
Offset: 0

Views

Author

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

Keywords

Programs

  • Mathematica
    With[{nn=20},CoefficientList[Series[Exp[ArcSin[ArcTanh[x]]],{x,0,nn}], x] Range[0,nn]!] (* Harvey P. Dale, Oct 08 2011 *)