[go: up one dir, main page]

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!)
A180534 Primes that become a different prime under the mapping 2 <=> 4. 1
23, 43, 223, 229, 233, 239, 241, 257, 263, 421, 433, 439, 443, 449, 457, 463, 521, 541, 1249, 1259, 1283, 1289, 1429, 1459, 1483, 1489, 1523, 1543, 1721, 1741, 2003, 2029, 2099, 2111, 2153, 2221, 2243, 2251, 2281, 2293, 2339, 2347, 2357, 2411, 2417, 2423 (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, 2] || MemberQ[id, 4]) && PrimeQ[ FromDigits[ id /. {2 -> 4, 4 -> 2}] ]]; Select[ Prime@ Range@ 400, fQ]
CROSSREFS
Sequence in context: A155786 A296563 A023264 * A138975 A168439 A332399
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 29 09:16 EDT 2024. Contains 375511 sequences. (Running on oeis4.)