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.

A119424 Length of primes formed by the initial decimal digits of the base e expansion of Pi.

Original entry on oeis.org

3, 18, 84, 373, 1410
Offset: 1

Views

Author

Jonathan Vos Post, Jul 26 2006

Keywords

Examples

			a(1) = 3 because the first 3 digits of the base e expansion of Pi are 10.1 [meaning pi ~ 1*(e^1) + 0*(e^0) + 1*(e^-1)] and 101 (base 10) is prime.
a(2) = 18 because the first 18 digits of the base e expansion of Pi are 1, 0, 1010020200021111 which (base 10) is prime.
a(3) = 84 because there are 84 digits in 101010020200021111200201011200010102020001110120200101200020011011201012100100021001 which is prime.
		

Crossrefs