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!)
A180525 Primes that become a different prime under the mapping 1 <=> 2. 1
13, 19, 23, 29, 113, 139, 157, 163, 193, 223, 239, 257, 263, 293, 919, 929, 1019, 1039, 1063, 1069, 1087, 1103, 1123, 1187, 1193, 1223, 1237, 1279, 1399, 1427, 1447, 1459, 1543, 1549, 1579, 1609, 1627, 1657, 1663, 1693, 1699, 1723, 1753, 1777, 1789, 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, 1] || MemberQ[id, 2]) && PrimeQ[ FromDigits[ id /. {1 -> 2, 2 -> 1}] ]]; Select[ Prime@ Range@ 300, fQ]
CROSSREFS
Sequence in context: A180545 A113017 A007627 * A257590 A121877 A109902
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 August 25 15:17 EDT 2024. Contains 375439 sequences. (Running on oeis4.)