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.

A228243 First occurrence of n consecutive n's in the decimal expansion of log(10).

Original entry on oeis.org

20, 111, 56, 9041, 4767, 674596, 24611354, 64653957, 131278082
Offset: 1

Views

Author

Eric W. Weisstein, Aug 17 2013

Keywords

Comments

Earls sequence for log(10).

Examples

			log(10) = 2.302585092994045684017...4228.., so
a(1) = 20 (the digit string 1 first occurs at position 20 after the decimal point)
a(2) = 111 (the digit string 22 first occurs starting at position 111 after the decimal point)
		

Crossrefs

Cf. A002392 (decimal expansion of log(10)).