Take a prime, convert it to base 2. Consider it as a string of digits and delete its leftmost and rightmost digit. Leading zeros are kept. Repeat the process. a(n) is the least prime that, in the first n steps of this process, generates a string that is a prime read in base 2.

A296807

Take a prime, convert it to base 2. Consider it as a string of digits and delete its leftmost and rightmost digit. Leading zeros are kept. Repeat the process. a(n) is the least prime that, in the first n steps of this process, generates a string that is a prime read in base 2.

Terms

    a(0) =2a(1) =13a(2) =43a(3) =151a(4) =2143a(5) =2143a(6) =12479a(7) =57727a(8) =246527a(9) =4267455487

External references