login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A207039
Primes whose binary expansion is not palindromic.
2
2, 11, 13, 19, 23, 29, 37, 41, 43, 47, 53, 59, 61, 67, 71, 79, 83, 89, 97, 101, 103, 109, 113, 131, 137, 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211, 223, 227, 229, 233, 239, 241, 251, 263, 269, 271, 277, 281, 283, 293, 307, 311, 317
OFFSET
1,1
COMMENTS
Intersection of A000040 and A154809.
MATHEMATICA
Select[Table[Prime[n], {n, 200}], IntegerDigits[#, 2] != Reverse[IntegerDigits[#, 2]] &](* Vladimir Joseph Stephan Orlovsky, Feb 26 2012 *)
CROSSREFS
Primes in A154809.
Sequence in context: A241732 A154812 A038894 * A095743 A106984 A167412
KEYWORD
nonn,base
AUTHOR
Omar E. Pol, Feb 25 2012
STATUS
approved