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.

A009202 Expansion of e.g.f.: exp(sin(sinh(x))).

Original entry on oeis.org

1, 1, 1, 1, 1, -7, -47, -223, -895, -2959, -31, 82721, 1002497, 8156073, 53580465, 239061825, -8587007, -19348243487, -305732208959, -3454706477375, -30437638147583, -182295608480935, 144862063593105, 26905043182243041
Offset: 0

Views

Author

Keywords

Programs

  • Mathematica
    With[{nn=30},CoefficientList[Series[Exp[Sin[Sinh[x]]],{x,0,nn}],x] Range[0,nn]!] (* Harvey P. Dale, Jul 30 2025 *)

Extensions

Extended with signs by Olivier Gérard, Mar 15 1997
Definition clarified and previous Mathematica program replaced by Harvey P. Dale, Jul 30 2025