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.

A061405 Denominators in the series for Bessel function J6(x).

Original entry on oeis.org

46080, 1290240, 82575360, 8918138880, 1426902220800, 313918488576000, 90408524709888000, 32908702994399232000, 14743098941490855936000, 7961273428405062205440000, 5095214994179239811481600000
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[6, x], {x, 0, 500}], x], {7, -1, 2}]] (* G. C. Greubel, Aug 15 2017 *)