OFFSET
1,2
COMMENTS
In the first one thousand primes containing exactly n zeros, 140 use just two digits. 1008 is in the sequence.
Although this sequence probably thins out like the primes, it is infinite.
For indices n listed here (and no others), A037053(n) = a*10^(n+1)+b with a in {1,...,9} and b in {1, 3, 7, 9}. The sequence of numbers *not* in this sequence is 13, 22, 29, 31, 32, 33, 40, 42, 43, ... - M. F. Hasler, Feb 19 2016
LINKS
Hans Havermann, Table of n, a(n) for n = 1..310
PROG
(PARI) is_A085824(n)=forstep(m=n=10^(n+1), 9*n, n, nextprime(m)<m+10 && return(1)) \\ M. F. Hasler, Feb 19 2016
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Robert G. Wilson v, Jul 04 2003
EXTENSIONS
Sequence rechecked (per request) and edited by Charles R Greathouse IV, Aug 03 2010
STATUS
approved