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!)
A180526 Primes that become a different prime under the mapping 1 <=> 3. 1
13, 17, 31, 37, 41, 43, 71, 73, 107, 113, 131, 137, 149, 151, 167, 179, 181, 197, 211, 233, 281, 283, 307, 313, 317, 331, 349, 353, 367, 379, 383, 397, 419, 439, 461, 463, 521, 523, 613, 631, 641, 643, 719, 739, 821, 823, 881, 883, 1021, 1033, 1039, 1049 (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, 1] || MemberQ[id, 3]) && PrimeQ[ FromDigits[ id /. {1 -> 3, 3 -> 1}] ]]; Select[ Prime@ Range@ 300, fQ]
CROSSREFS
Sequence in context: A274506 A107159 A138375 * A161401 A225035 A344626
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 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)