A261672 Numbers k such that A037610(k) is prime.
4, 7, 52, 100, 136, 388, 30940, 33250
Offset: 1
Examples
A037610(7) = 1231231 is prime, so 7 is a term of the sequence.
Programs
-
Mathematica
Select[Range@ 500, PrimeQ@ Floor[41/333*10^#] &] (* Michael De Vlieger, Sep 07 2015 *)
-
PARI
a037610(n) = 10^n*41\333 is(n) = ispseudoprime(a037610(n))
Extensions
a(7)-a(8) from Michael S. Branicky, Jun 28 2023
Comments