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.

A009234 Expansion of e.g.f.: exp(sinh(x)/cos(x)).

Original entry on oeis.org

1, 1, 1, 5, 17, 77, 457, 2641, 19777, 149529, 1305489, 12183613, 122670033, 1342074021, 15462740633, 192192501897, 2502900454401, 34713417890609, 504155298072609, 7713202738776565, 123438576028985873
Offset: 0

Views

Author

Keywords

Programs

  • Mathematica
    With[{nn=20},CoefficientList[Series[Exp[Sinh[x]/Cos[x]],{x,0,nn}],x] Range[0,nn]!] (* Harvey P. Dale, Dec 07 2013 *)

Extensions

Extended and signs tested by Olivier Gérard, Mar 15 1997
Definition clarified and prior Mathematica program replaced by Harvey P. Dale, Dec 07 2013