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.

A068426 Expansion of log(2) in base 2.

Original entry on oeis.org

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

Views

Author

Benoit Cloitre, Mar 09 2002

Keywords

Examples

			0.10110001... = 1/2 + 1/8 + 1/16 + 1/256 + ...
		

Crossrefs

Cf. A002162.

Programs

  • Mathematica
    RealDigits[Log[2], 2, 100][[1]] (* G. C. Greubel, Mar 23 2018 *)
  • PARI
    binary(log(2))[2] \\ Michel Marcus, Dec 14 2017

Extensions

Offset corrected by R. J. Mathar, Feb 05 2009