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.

A061441 Denominators in the series for Bessel function J10(x).

Original entry on oeis.org

3715891200, 163499212800, 15695924428800, 2448564210892800, 548478383239987200, 164543514971996160000, 63184709749246525440000, 30075921840641346109440000, 17323730980209415359037440000
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[10, x], {x, 0, 50}], x], {11, -1, 2}]] (* G. C. Greubel, Aug 15 2017 *)