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!)
A180537 Primes that become a different prime under the mapping 2 <=> 7. 1
2, 7, 23, 29, 73, 79, 223, 233, 239, 251, 269, 521, 571, 733, 739, 751, 769, 773, 1259, 1283, 1289, 1759, 1783, 1789, 1823, 1873, 2029, 2039, 2069, 2179, 2203, 2273, 2293, 2309, 2333, 2351, 2371, 2393, 2411, 2459, 2549, 2579, 2591, 2671, 2699, 2711, 2713 (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, 7]) && PrimeQ[ FromDigits[ id /. {2 -> 7, 7 -> 2}] ]]; Select[ Prime@ Range@ 400, fQ]
CROSSREFS
Sequence in context: A147969 A235985 A045381 * A042145 A309580 A186098
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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)