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.

A024257 Expansion of tanh(tan(x)*x)/2.

Original entry on oeis.org

0, 1, 4, -72, -5632, -161920, 18173952, 4194147328, 310213328896, -84365860995072, -39813939519815680, -5549928926785306624, 2813587774502929956864, 2234702652489178135134208, 497733049858403607865458688
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A009817.

Programs

  • Mathematica
    With[{nn=30},Take[CoefficientList[Series[Tanh[Tan[x]*x]/2 ,{x,0,nn}],x] Range[0,nn]!,{1,-1,2}]] (* Harvey P. Dale, Apr 27 2016 *)

Extensions

Extended with signs Mar 1997
Prior Mathematica program deleted by Harvey P. Dale, Apr 27 2016