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”).

A082442
Palindromic primes with middle digit 6.
0
10601, 16661, 70607, 73637, 76667, 79697, 94649, 98689, 1126211, 1186811, 1196911, 1276721, 1286821, 1456541, 1486841, 1496941, 1556551, 1616161, 1646461, 1826281, 1856581, 1876781, 1936391, 1976791, 3016103, 3026203
OFFSET
1,1
PROG
(Magma) [ p: p in PrimesUpTo(200000000) | IsOdd(d) and D[(d+1) div 2] eq 6 and D eq Reverse(D) where d is #D where D is Intseq(p) ]; // Vincenzo Librandi, Apr 12 2011
CROSSREFS
Cf. A002385.
Sequence in context: A229881 A070249 A083977 * A252101 A031864 A184092
KEYWORD
nonn,base
AUTHOR
Lekraj Beedassy, Apr 25 2003
EXTENSIONS
Corrected by David Wasserman, Sep 09 2004
STATUS
approved