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.

A024263 Expansion of sinh(tan(x)*x)/2.

Original entry on oeis.org

0, 1, 4, 108, 4448, 276560, 24034752, 2782112704, 413640580096, 76768625740032, 17380983003345920, 4711153236657376256, 1505098422997799215104, 559357234754573189828608
Offset: 0

Views

Author

Keywords

Comments

Limit n->infinity A024263(n)/A009252(n) = 1/4. - Vaclav Kotesovec, Jan 20 2015

Crossrefs

Programs

  • Mathematica
    Sinh[ Tan[ x ]*x ]/2 (* Even Part *)
    With[{nn=40}, Take[CoefficientList[Series[Sinh[Tan[x]*x]/2, {x, 0, nn}], x] * Range[0, nn]!, {1, -1, 2}]] (* Vaclav Kotesovec, Jan 20 2015 *)

Formula

a(n) ~ n^(2*n-1/4) * 2^(4*n-7/4) * exp(2*sqrt(2*n)-2*n-1/2) / Pi^(2*n) * (1 - (Pi^2-1)/(12*sqrt(2*n))). - Vaclav Kotesovec, Jan 20 2015

Extensions

Extended and signs tested 03/97.