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.

A009204 Expansion of e.g.f. exp(sin(tanh(x))).

Original entry on oeis.org

1, 1, 1, -2, -11, 8, 253, 344, -9463, -44416, 491609, 5130368, -30257347, -688030080, 1480493589, 109875416832, 177416283793, -20650894622720, -125705754161615, 4460981432725504, 53738108098148101, -1069938200055119872
Offset: 0

Views

Author

Keywords

Programs

  • Mathematica
    With[{nn=30},CoefficientList[Series[Exp[Sin[Tanh[x]]],{x,0,nn}], x] Range[0,nn]!] (* Harvey P. Dale, Jun 16 2013 *)

Extensions

Extended with signs by Olivier Gérard, Mar 15 1997
Definition clarified and Mathematica program replaced by Harvey P. Dale, Jun 16 2013