A292014 Primes of the form Phi(k, 10), where Phi is the cyclotomic polynomial.
11, 101, 9091, 9901, 909091, 1111111111111111111, 11111111111111111111111, 99990001, 999999000001, 909090909090909091, 900900900900990990990991, 9999999900000001, 909090909090909090909090909091, 900900900900900900900900900900990990990990990990990990990991
Offset: 1
Keywords
Links
Crossrefs
Cf. A138940.
Programs
-
Mathematica
Select[Table[Cyclotomic[k,10], {k, 0, 100}], PrimeQ[#] &]