Recursive palindromes in base 2: palindromes n where each half of the digits of n is also a recursive palindrome.

A240602

Recursive palindromes in base 2: palindromes n where each half of the digits of n is also a recursive palindrome.

Terms

    a(0) =0a(1) =1a(2) =11a(3) =101a(4) =111a(5) =1111a(6) =11011a(7) =11111a(8) =101101a(9) =111111a(10) =1010101a(11) =1011101a(12) =1110111a(13) =1111111a(14) =11111111a(15) =111101111a(16) =111111111a(17) =1101111011a(18) =1111111111a(19) =11011011011a(20) =11011111011a(21) =11111011111a(22) =11111111111a(23) =101101101101a(24) =111111111111

External references