login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A180529 Primes that become a different prime under the mapping 1 <=> 6. 1
17, 67, 107, 163, 167, 173, 317, 367, 607, 613, 617, 673, 719, 769, 1153, 1213, 1229, 1277, 1367, 1373, 1427, 1553, 1613, 1663, 1697, 1699, 1709, 1733, 1823, 1907, 1949, 1997, 2113, 2417, 2467, 2663, 3137, 3163, 3167, 3413, 3463, 3613, 3617, 3637, 3719 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Index to Primes, Primes that become a different prime under some mapping.
MATHEMATICA
fQ[n_] := Block[{id = IntegerDigits@n}, (MemberQ[id, 1] || MemberQ[id, 6]) && PrimeQ[ FromDigits[ id /. {1 -> 6, 6 -> 1}] ]]; Select[ Prime@ Range@ 550, fQ]
CROSSREFS
Sequence in context: A024215 A095071 A095072 * A214032 A039452 A171748
KEYWORD
base,nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)