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”).

A232235
Primes that can be written in binary representation as concatenation of two primes: p and p-2. That is, primes representable as p * 2^L + p-2, where p and p-2 are primes, and L is the length of binary representation of p-2: L = A070939(p-2).
1
23, 61, 1021, 139021, 145177, 222127, 2645257, 2706727, 2928019, 3050959, 3997597, 38695537, 45086077, 49903561, 50247667, 53688727, 56294101, 545636617, 556450387, 558023299, 563331877, 563921719, 581616979, 582993277, 607570027, 619956709, 638045197, 660262579
OFFSET
1,1
COMMENTS
A subsequence of A232085.
FORMULA
a(n) = A232237(n) * 2^A070939(A232237(n)-2) + A232237(n)-2.
CROSSREFS
KEYWORD
nonn,base,less
AUTHOR
Alex Ratushnyak, Nov 20 2013
STATUS
approved