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.

A365077 Continued fraction of A363679 (sum of reciprocals of triangular polygorials).

Original entry on oeis.org

2, 2, 1, 1, 7, 7, 15, 1, 8, 1, 2, 10, 1, 1, 2, 35, 1, 1, 2, 1, 1, 4, 6, 2, 3, 2, 3, 7, 3, 2, 4, 3, 2, 3, 1, 1, 8, 1, 2, 2, 4, 1, 2, 3, 1, 1, 1, 1, 5, 1, 38, 10, 35, 4, 4, 5, 1, 4, 1, 3, 2, 1, 67, 1, 1, 1, 1, 1, 12, 1, 8, 8, 5, 1, 3, 1, 2, 2, 6, 15, 9, 9, 1, 5, 2, 38, 5, 4, 1, 2, 1, 1, 3, 1, 123, 1, 1, 1, 1, 8
Offset: 1

Views

Author

Kelvin Voskuijl, Aug 20 2023

Keywords

Examples

			2 + 1/(2 + 1/(1 + 1/(...))) = 2.39483309...
		

Crossrefs

Cf. A363679.
Cf. A003417 (factorials), A070913 (factorials squared).

Programs

  • Mathematica
    ContinuedFraction[BesselI[1, 2 Sqrt[2]]/Sqrt[2] , 100]