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.

A317906 Expansion of Khinchin's constant in base 2 (or, binary expansion of Khinchin's constant).

Original entry on oeis.org

1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0
Offset: 1

Views

Author

A.H.M. Smeets, Aug 10 2018

Keywords

Examples

			10.1010111101111001110010000100011110001101101000011...
		

Crossrefs

Cf. A002210.

Programs

  • Mathematica
    RealDigits[Khinchin, 2, 120][[1]] (* Amiram Eldar, Jun 21 2023 *)

Formula

Sum_{n>=-1} a(n)*2^(-n) = A002210.