OFFSET
1,1
COMMENTS
Initial zeros are not permitted, i.e., the resulting primes must be six digits in length. - Harvey P. Dale, Jul 18 2011
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
The first 2,800 digits of the Champernowne Constant as calculated at WorldWideSchool.org.
MATHEMATICA
Select[Select[FromDigits/@Partition[Flatten[IntegerDigits/@Range[500]], 6, 1], PrimeQ], IntegerLength[#]==6&] (* Harvey P. Dale, Jul 18 2011 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Andrew G. West (WestA(AT)wlu.edu), Mar 29 2005
STATUS
approved