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!)
A180533 Primes that become a different prime under the mapping 2 <=> 3. 1
2, 3, 127, 137, 211, 227, 311, 337, 421, 431, 829, 839, 1021, 1031, 1201, 1231, 1237, 1301, 1321, 1327, 1429, 1439, 1627, 1637, 2011, 2027, 2089, 2131, 2207, 2221, 2239, 2309, 2339, 2351, 2357, 2371, 2399, 2467, 2539, 2557, 2617, 2621, 2659, 2671, 2677 (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, 3]) && PrimeQ[ FromDigits[ id /. {2 -> 3, 3 -> 2}] ]]; Select[ Prime@ Range@ 400, fQ]
CROSSREFS
Sequence in context: A334661 A258968 A125674 * A095841 A004865 A006286
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 14:54 EDT 2024. Contains 371960 sequences. (Running on oeis4.)