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.

A061406 Denominators in the series for Bessel function J7(x).

Original entry on oeis.org

645120, 20643840, 1486356480, 178362777600, 31391848857600, 7534043725824000, 2350621642457088000, 921443683843178496000, 442292968244725678080000, 254760749708961990574080000
Offset: 0

Views

Author

Frank Ellermann, Jun 11 2001

Keywords

Crossrefs

J1: A002474, J2: A002506, J3: A014401 for formula etc.

Programs

  • Mathematica
    Denominator[Take[CoefficientList[Series[BesselJ[7, x], {x, 0, 50}], x], {8, -1, 2}]] (* G. C. Greubel, Aug 15 2017 *)