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!)
A180530 Primes that become a different prime under the mapping 1 <=> 7. 1
13, 17, 19, 31, 37, 41, 47, 61, 67, 71, 73, 79, 107, 109, 113, 139, 151, 157, 167, 179, 181, 191, 211, 251, 257, 277, 313, 331, 337, 373, 419, 461, 467, 479, 541, 547, 601, 607, 613, 641, 647, 673, 701, 709, 719, 739, 751, 757, 761, 773, 787, 797, 811, 821 (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, 7]) && PrimeQ[ FromDigits[ id /. {1 -> 7, 7 -> 1}] ]]; Select[ Prime@ Range@ 150, fQ]
CROSSREFS
Sequence in context: A099184 A098095 A249953 * A059500 A104213 A178550
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 May 9 18:00 EDT 2024. Contains 372354 sequences. (Running on oeis4.)