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!)
A180528 Primes that become a different prime under the mapping 1 <=> 5. 1
13, 19, 53, 59, 103, 109, 163, 193, 199, 313, 353, 503, 509, 563, 593, 599, 613, 619, 653, 659, 1009, 1019, 1039, 1087, 1103, 1117, 1163, 1237, 1279, 1297, 1303, 1399, 1453, 1459, 1483, 1553, 1559, 1567, 1579, 1597, 1613, 1619, 1669, 1693, 1783, 1867 (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, 5]) && PrimeQ[ FromDigits[ id /. {1 -> 5, 5 -> 1}] ]]; Select[ Prime@ Range@ 300, fQ]
CROSSREFS
Sequence in context: A220162 A248483 A274424 * A109504 A122042 A291862
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 05:47 EDT 2024. Contains 371918 sequences. (Running on oeis4.)