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!)
A180546 Primes that become a different prime under the mapping 4 <=> 5. 1
43, 53, 241, 251, 349, 359, 409, 421, 457, 463, 487, 499, 509, 521, 547, 563, 587, 599, 643, 653, 1249, 1259, 1423, 1453, 1459, 1471, 1483, 1523, 1543, 1549, 1571, 1583, 2143, 2153, 2341, 2347, 2351, 2357, 2441, 2447, 2459, 2549, 2551, 2557, 2647, 2657 (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, 4] || MemberQ[id, 5]) && PrimeQ[ FromDigits[ id /. {4 -> 5, 5 -> 4}] ]]; Select[ Prime@ Range@ 400, fQ]
CROSSREFS
Sequence in context: A342771 A174818 A280388 * A166491 A127880 A078132
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 23 09:22 EDT 2024. Contains 371905 sequences. (Running on oeis4.)