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.

A061403 Denominators in the series for Bessel function J4(x).

Original entry on oeis.org

384, 7680, 368640, 30965760, 3963617280, 713451110400, 171228266496000, 52738306080768000, 20251509535014912000, 9477706462386978816000, 5307515618936708136960000, 3502960308498227370393600000
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[4, x], {x, 0, 500}], x], {5, -1, 2}]] (* G. C. Greubel, Aug 15 2017 *)