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!)
A180556 Primes that become a different prime under the mapping 6 <=> 8. 1
263, 283, 467, 487, 653, 659, 661, 677, 683, 853, 859, 863, 877, 881, 1361, 1381, 1601, 1669, 1801, 1889, 2063, 2069, 2083, 2089, 2267, 2287, 2633, 2657, 2833, 2857, 3167, 3187, 3623, 3677, 3823, 3877, 4463, 4483, 4967, 4987, 5261, 5281, 5639, 5651, 5657 (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, 6] || MemberQ[id, 8]) && PrimeQ[ FromDigits[ id /. {6 -> 8, 8 -> 6}] ]]; Select[ Prime@ Range@ 750, fQ]
CROSSREFS
Sequence in context: A105008 A345577 A345834 * A288502 A320710 A142754
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 19 16:08 EDT 2024. Contains 371794 sequences. (Running on oeis4.)