1,2
Also numbers n such that (2*10^n+43)/9 is prime.
Table of n, a(n) for n=1..9.
Index entries for primes involving repunits
Do[ If[ PrimeQ[ 2(10^n - 1)/9 + 5], Print[n]], {n, 5000}]
Sequence in context: A131801 A122819 A056287 * A002127 A061810 A048701
Adjacent sequences: A099406 A099407 A099408 * A099410 A099411 A099412
nonn
Robert G. Wilson v, Oct 14 2004
approved