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.

A009272 Expansion of e.g.f. exp(tanh(x)*tan(x)), even powers only.

Original entry on oeis.org

1, 2, 12, 232, 7952, 405152, 31111872, 3115956352, 414147567872, 68413355397632, 13936708915940352, 3412444856961083392, 987956358173680013312, 334650367409781717573632, 130572314003924554412900352, 58337032599905770133366013952
Offset: 0

Views

Author

Keywords

Programs

  • Mathematica
    With[{nn=30},Take[CoefficientList[Series[Exp[Tanh[x]Tan[x]],{x,0,nn}],x] Range[0,nn]!,{1,-1,2}]] (* Harvey P. Dale, Feb 26 2012 *)

Extensions

Extended and signs tested by Olivier Gérard, Mar 15 1997
More terms from Harvey P. Dale, Feb 26 2012