A186521 Numbers n>0 such that (7*10^(n+2)+666)*10^n+7 is prime.
1, 3, 6, 7, 49, 578, 793, 1322, 1392, 2392, 3066, 13479
Offset: 1
Links
- Chris Caldwell, The Prime Glossary, Beastly prime
- G. L. Honaker, Jr. and Chris Caldwell, Prime Curios! 76667
- R. Ondrejka, The Top Ten: a Catalogue of Primal Configurations
Programs
-
Mathematica
Select[Range[10^3], PrimeQ[(7*10^(# + 2) + 666)*10^# + 7] &] (* Arkadiusz Wesolowski, Sep 08 2011 *)
Extensions
a(12) added by Arkadiusz Wesolowski, Mar 16 2011
Comments