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!)
A180551 Primes that become a different prime under the mapping 5 <=> 6. 1
157, 167, 457, 467, 541, 547, 563, 569, 577, 641, 647, 653, 659, 677, 751, 761, 853, 863, 1051, 1061, 1153, 1163, 1553, 1559, 1567, 1597, 1657, 1663, 1669, 1697, 2053, 2063, 2521, 2593, 2621, 2693, 2851, 2861, 2953, 2963, 3457, 3467, 3517, 3571, 3617 (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, 5] || MemberQ[id, 6]) && PrimeQ[ FromDigits[ id /. {5 -> 6, 6 -> 5}] ]]; Select[ Prime@ Range@ 510, fQ]
CROSSREFS
Sequence in context: A248504 A090851 A045230 * A096704 A178091 A178092
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:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)