login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A180537 Primes that become a different prime under the mapping 2 <=> 7. 0
2, 7, 23, 29, 73, 79, 223, 233, 239, 251, 269, 521, 571, 733, 739, 751, 769, 773, 1259, 1283, 1289, 1759, 1783, 1789, 1823, 1873, 2029, 2039, 2069, 2179, 2203, 2273, 2293, 2309, 2333, 2351, 2371, 2393, 2411, 2459, 2549, 2579, 2591, 2671, 2699, 2711, 2713 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..47.

Index to Primes, Primes that become a different prime under some mapping.

MATHEMATICA

fQ[n_] := Block[{id = IntegerDigits@n}, (MemberQ[id, 2] || MemberQ[id, 7]) && PrimeQ[ FromDigits[ id /. {2 -> 7, 7 -> 2}] ]]; Select[ Prime@ Range@ 400, fQ]

CROSSREFS

Cf. A171036, A175791, A180517 thru A180559, A175789, A180560, A180561.

Sequence in context: A122631 A147969 A045381 * A042145 A186098 A040098

Adjacent sequences:  A180534 A180535 A180536 * A180538 A180539 A180540

KEYWORD

base,nonn

AUTHOR

Zak Seidov and Robert G. Wilson v, Sep 09 2010

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 22 21:43 EDT 2013. Contains 225583 sequences.