Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A074832
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A074832 Primes whose binary reversal is also prime. +0
7
3, 5, 7, 11, 13, 17, 23, 29, 31, 37, 41, 43, 47, 53, 61, 67, 71, 73, 83, 97, 101, 107, 113, 127, 131, 151, 163, 167, 173, 181, 193, 197, 199, 223, 227, 229, 233, 251, 257, 263, 269, 277, 283, 307, 313, 331, 337, 349, 353, 359, 373, 383, 409, 421, 431, 433, 443 (list; graph; listen)
OFFSET

1,1

LINKS

T. D. Noe, Table of n, a(n) for n=1..10000

MathPages, Reflective and Cyclic Sets of Primes

EXAMPLE

349 = 101011101, reverse the sequence of one and zeros: 101110101 = 373 which is also prime.

MATHEMATICA

Prime[ Select[ Range[100], PrimeQ[ FromDigits[ Reverse[ IntegerDigits[ Prime[ # ], 2]], 2]] &]]

PROGRAM

for(int p=0; p<100; p++) { int rp = bitrev(p); if(isprime(p) && isprime(rp)) cout << p << " "; }

CROSSREFS

Cf. A007500 (primes whose decimal reversal is also prime)

Sequence in context: A069467 A096169 A090670 this_sequence A075794 A135832 A074781

Adjacent sequences: A074829 A074830 A074831 this_sequence A074833 A074834 A074835

KEYWORD

base,easy,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 09 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research