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.

A051482 Run lengths in binary expansion of e.

Original entry on oeis.org

1, 1, 1, 1, 2, 1, 6, 4, 1, 1, 1, 1, 1, 3, 1, 1, 2, 3, 1, 1, 1, 3, 1, 1, 1, 1, 3, 1, 2, 1, 1, 2, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 6, 1, 3, 3, 1, 1, 1, 1, 2, 3, 1, 7, 1, 2, 3, 2, 4, 1, 1, 2, 4, 2, 4, 3, 3, 1, 2, 3, 1, 1, 3, 2, 3, 3, 1, 1, 2, 5, 4, 2, 3, 3, 1, 1, 2, 1, 1, 2, 2, 1, 2, 1, 1, 2, 1, 1, 1, 1, 2
Offset: 1

Views

Author

H. Tracy Hall (hthall(AT)math.berkeley.edu)

Keywords

Examples

			The binary expansion of e is: 1 0. 1 0 11 0 111111 0000 1 ...
		

Crossrefs

Programs

  • Mathematica
    Length/@Split[RealDigits[E,2,200][[1]]] (* Harvey P. Dale, Nov 15 2018 *)