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.

A363361 Decimal expansion of real number [1,0,0,1,...] formed by taking the complementary Thue-Morse sequence (A010059) as partial quotients of a continued fraction.

Original entry on oeis.org

1, 3, 8, 6, 7, 4, 9, 9, 7, 0, 7, 1, 4, 3, 0, 0, 7, 0, 6, 1, 7, 1, 5, 2, 4, 8, 0, 3, 4, 8, 5, 5, 8, 0, 9, 3, 9, 6, 6, 1, 4, 4, 7, 6, 1, 5, 5, 6, 3, 0, 7, 7, 5, 0, 5, 1, 4, 7, 5, 0, 2, 8, 0, 5, 6, 8, 1, 2, 2, 4, 0, 7, 0, 7, 5, 8, 0, 5, 2, 9, 0, 9, 1, 2, 2, 6, 8
Offset: 1

Views

Author

Jeffrey Shallit, May 28 2023

Keywords

Comments

Alternatively, the real number formed by taking the continued fraction whose partial quotients are the terms of A026465.
The reciprocal of the real number given by A363360.

Examples

			1.3867499707143007061715248...
		

Crossrefs

Essentially the same as A187061.

Programs

  • Mathematica
    First[RealDigits[FromContinuedFraction[1 - ThueMorse[Range[0, 550]]], 10, 100]] (* Paolo Xausa, Apr 04 2024 *)