[go: up one dir, main page]

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!)
A180527 Primes that become a different prime under the mapping 1 <=> 4. 1
13, 17, 43, 47, 109, 113, 139, 149, 157, 163, 167, 179, 199, 317, 347, 409, 419, 439, 443, 457, 463, 467, 479, 499, 613, 617, 643, 647, 1019, 1049, 1093, 1109, 1117, 1123, 1163, 1193, 1213, 1229, 1249, 1259, 1283, 1289, 1297, 1319, 1327, 1373, 1427, 1429 (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, 4]) && PrimeQ[ FromDigits[ id /. {1 -> 4, 4 -> 1}] ]]; Select[ Prime@ Range@ 250, fQ]
CROSSREFS
Sequence in context: A156553 A248474 A140533 * A076789 A089577 A356079
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 August 29 09:16 EDT 2024. Contains 375511 sequences. (Running on oeis4.)