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.

A009244 Expansion of e.g.f.: exp(tan(x))/cos(x).

Original entry on oeis.org

1, 1, 2, 6, 20, 92, 448, 2688, 17296, 127312, 1013600, 8850336, 83547584, 845380928, 9196867072, 105911556096, 1301697829120, 16814357324032, 230093807905280, 3294279618252288, 49636887216382976
Offset: 0

Views

Author

Keywords

Programs

  • Mathematica
    With[{nn=30},CoefficientList[Series[Exp[Tan[x]]/Cos[x],{x,0,nn}],x] Range[ 0,nn]!] (* Harvey P. Dale, Jun 06 2014 *)

Extensions

Extended and signs tested by Olivier Gérard, Mar 15 1997
Prior Mathematica program replaced and definition clarified by Harvey P. Dale, Jun 06 2014