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.

A009264 Expansion of e.g.f.: exp(tanh(x))/cos(x).

Original entry on oeis.org

1, 1, 2, 2, 4, 12, 128, 464, 1296, 336, 85600, 838752, 4372160, -11036608, 148860416, 5128035072, 54261590272, -109537337088, -1474575037952, 68456854604288, 1579094994228224, 1239349299477504, -145025202842173440
Offset: 0

Views

Author

Keywords

Programs

  • Mathematica
    With[{nn=30},CoefficientList[Series[Exp[Tanh[x]]/Cos[x],{x,0,nn}],x] Range[0,nn]!] (* Harvey P. Dale, Mar 14 2018 *)

Extensions

Extended with signs by Olivier Gérard, Mar 15 1997
Definition clarified and prior Mathematica program replaced by Harvey P. Dale, Mar 14 2018