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!)
A180545 Primes that become a different prime under the mapping 3 <=> 9. 1
13, 19, 23, 29, 37, 53, 59, 73, 79, 83, 89, 97, 103, 109, 131, 137, 139, 173, 179, 191, 193, 197, 223, 229, 239, 263, 269, 293, 307, 311, 313, 331, 337, 347, 359, 367, 389, 397, 431, 433, 443, 449, 491, 499, 503, 509, 563, 569, 613, 619, 631, 653, 659, 691 (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, 9]) && PrimeQ[ FromDigits[ id /. {3 -> 9, 9 -> 3}] ]]; Select[ Prime@ Range@ 130, fQ]
CROSSREFS
Sequence in context: A160951 A038888 A191020 * A113017 A007627 A180525
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)