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!)
A180543 Primes that become a different prime under the mapping 3 <=> 7. 1
3, 7, 13, 17, 31, 37, 43, 47, 71, 73, 103, 107, 137, 139, 163, 167, 173, 179, 193, 197, 223, 227, 233, 277, 337, 347, 353, 379, 383, 439, 463, 467, 479, 613, 617, 643, 647, 739, 743, 757, 773, 787, 823, 827, 853, 857, 883, 887, 1093, 1097, 1213, 1217, 1321 (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, 3] || MemberQ[id, 7]) && PrimeQ[ FromDigits[ id /. {3 -> 7, 7 -> 3}] ]]; Select[ Prime@ Range@ 250, fQ]
CROSSREFS
Sequence in context: A019403 A045422 A191071 * A218833 A113003 A045423
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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)