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!)
A180532 Primes that become a different prime under the mapping 1 <=> 9. 1
17, 71, 79, 97, 107, 137, 149, 167, 179, 191, 199, 317, 397, 401, 409, 419, 431, 439, 491, 619, 691, 701, 709, 761, 769, 821, 829, 907, 911, 919, 937, 941, 967, 971, 1009, 1019, 1021, 1049, 1051, 1093, 1109, 1123, 1201, 1213, 1229, 1231, 1249, 1277, 1283 (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, 9]) && PrimeQ[ FromDigits[ id /. {1 -> 9, 9 -> 1}] ]]; Select[ Prime@ Range@ 210, fQ]
CROSSREFS
Sequence in context: A041558 A327495 A183943 * A179038 A179039 A152295
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 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)