login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

The n-th Champernowne prime (A176942) is found by concatenating the successive digits of the numbers 1,2,3,...,a(n) and possibly dropping some of final digits of a(n).
2

%I #12 Aug 12 2019 17:41:53

%S 10,12,17,115,971,1364,9711

%N The n-th Champernowne prime (A176942) is found by concatenating the successive digits of the numbers 1,2,3,...,a(n) and possibly dropping some of final digits of a(n).

%e The third Champernowne prime A176942(3) = 123456789101112131415161 is obtained by concatenating the digits of the numbers 1,2,3,4,...,17, and then dropping the final digit; thus a(3) = 17.

%Y See A176942 for the Champernowne primes, A071620 for number of digits.

%Y See also A007908.

%K nonn,more,base

%O 1,1

%A _N. J. A. Sloane_, Dec 26 2015