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!)
A180557 Primes that become a different prime under the mapping 6 <=> 9. 1
67, 97, 163, 167, 193, 197, 263, 293, 367, 397, 461, 491, 563, 593, 607, 641, 647, 653, 661, 677, 683, 907, 941, 947, 953, 977, 983, 991, 1061, 1063, 1091, 1093, 1163, 1193, 1567, 1597, 1601, 1607, 1613, 1663, 1667, 1901, 1907, 1913, 1993, 1997, 2267, 2297 (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, 6] || MemberQ[id, 9]) && PrimeQ[ FromDigits[ id /. {6 -> 9, 9 -> 6}] ]]; Select[ Prime@ Range@ 350, fQ]
CROSSREFS
Sequence in context: A302345 A276307 A260806 * A127732 A071958 A128197
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 10 20:32 EDT 2024. Contains 372388 sequences. (Running on oeis4.)