login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A186521
Numbers n>0 such that (7*10^(n+2)+666)*10^n+7 is prime.
2
1, 3, 6, 7, 49, 578, 793, 1322, 1392, 2392, 3066, 13479
OFFSET
1,2
COMMENTS
Or, indices of primes in A046720. Rudolf Ondrejka calls these "beastly palindromic primes".
Some of the larger entries may only correspond to probable primes.
LINKS
Chris Caldwell, The Prime Glossary, Beastly prime
G. L. Honaker, Jr. and Chris Caldwell, Prime Curios! 76667
MATHEMATICA
Select[Range[10^3], PrimeQ[(7*10^(# + 2) + 666)*10^# + 7] &] (* Arkadiusz Wesolowski, Sep 08 2011 *)
CROSSREFS
Sequence in context: A287538 A352920 A233209 * A067697 A137128 A256372
KEYWORD
nonn,base,more
AUTHOR
EXTENSIONS
a(12) added by Arkadiusz Wesolowski, Mar 16 2011
STATUS
approved