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.

Showing 1-2 of 2 results.

A102523 Lengths of runs in A100060.

Original entry on oeis.org

1, 1, 1, 1, 1, 2, 1, 1, 2, 2, 1, 1, 3, 1, 2, 1, 1, 1, 1, 2, 1, 3, 2, 1, 1, 1, 2, 2, 1, 2, 1, 1, 1, 2, 2, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 3, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 2, 2, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 3, 1, 3, 1, 1, 2, 1, 2
Offset: 1

Views

Author

Keywords

Comments

The first case of exactly n consecutive ones occurs in A100060 at 1, 10, 16, 688, 1246, 29237, 13898, ....
The first case of exactly n consecutive zeros occurs in A100060 at 2, 6, 29, 276, 1529, 34277, ....

Crossrefs

Programs

  • Mathematica
    zz = { (* the list of values in the link *) }; yy = Drop[zz, 1] - Drop[zz, -1]; xx = Drop[yy, 1] - Drop[yy, -1]; Length /@ Split[Join[{1}, Table[ If[xx[[n]] > 0, 1, 0], {n, 145}]]]

A152566 Decimal expansion of log_3(10).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Oct 28 2009

Keywords

Examples

			2.0959032742893846042965675220214012506075180067979301169235...
		

Crossrefs

Programs

Showing 1-2 of 2 results.