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.

A386927 Continued fraction of BesselI(2, 2 * sqrt(2)).

Original entry on oeis.org

1, 1, 6, 54, 3, 2, 4, 3, 1, 140, 1, 5, 1, 1, 2, 4, 1, 1, 8, 3, 9, 87, 12, 2, 1, 2, 1, 5, 1, 14, 1, 1, 2, 2, 8, 11, 2, 2, 2, 2, 1, 3, 3, 1, 15, 1, 5, 1, 1, 1, 2, 8, 7, 4, 5, 1, 4, 1, 8, 7, 5, 1, 2, 1, 11, 4, 14, 2, 1, 1, 9, 5, 2, 2, 6, 1, 3, 24, 2, 3, 1, 4, 2, 7, 2, 14, 2, 3, 1, 13, 1, 1, 1, 2, 3, 2, 1, 6, 2
Offset: 1

Views

Author

Kelvin Voskuijl, Aug 08 2025

Keywords

Examples

			1 + 1/(1 + 1/(6 + 1/(...))) = 1.857517...
		

Crossrefs

Cf. A386710 (decimal expansion).

Programs

  • Mathematica
    ContinuedFraction[BesselI[2, 2 Sqrt[2]] , 100]
  • PARI
    contfrac(besseli(2, 2*sqrt(2))) \\ Amiram Eldar, Aug 08 2025