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!)
A180538 Primes that become a different prime under the mapping 2 <=> 8. 1
23, 29, 83, 89, 211, 223, 227, 239, 257, 263, 277, 281, 283, 727, 787, 811, 821, 823, 839, 857, 863, 877, 883, 887, 1201, 1229, 1231, 1277, 1279, 1283, 1321, 1381, 1423, 1427, 1429, 1483, 1487, 1489, 1523, 1583, 1723, 1783, 1801, 1823, 1831, 1877, 1879 (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, 2] || MemberQ[id, 8]) && PrimeQ[ FromDigits[ id /. {2 -> 8, 8 -> 2}] ]]; Select[ Prime@ Range@ 300, fQ]
CROSSREFS
Sequence in context: A355983 A110584 A115396 * A227217 A229176 A232726
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 24 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)