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.

A012092 sinh(arcsin(arctan(x)))=x+4/5!*x^5-32/7!*x^7+1936/9!*x^9-67328/11!*x^11...

Original entry on oeis.org

1, 0, 4, -32, 1936, -67328, 4140096, 353591808, -262064131840, 130347373404160, -65058714844462080, 36397620373403361280, -23130160076947953643520, 16791590408623398030868480
Offset: 0

Views

Author

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

Keywords

Programs

  • Mathematica
    With[{nn=30},Take[CoefficientList[Series[Sinh[ArcSin[ArcTan[x]]],{x,0,nn}],x] Range[0,nn-1]!,{2,-1,2}]] (* Harvey P. Dale, Mar 12 2016 *)