A095757 Number of A095747-primes in range ]2^n,2^(n+1)].
1, 2, 2, 3, 2, 6, 4, 7, 7, 10, 9, 26, 20, 43, 27, 74, 41, 112, 93, 181, 167, 495, 274, 796, 558, 1232, 935, 2602, 1512, 5164, 3275, 8689, 6309
Offset: 1
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
a(1) = A(1,1) = 3 (11 in binary) as it is the first prime whose binary expansion is palindromic. a(2) = A(1,2) = 5 (101 in binary) as it is the second prime whose binexp is palindromic. a(3) = A(2,1) = 2 (10 in binary) as it is the first prime whose binexp needs a flip of just one bit to become palindrome. a(4) = A(1,3) = 7 (111 in binary) as it is the third prime whose binexp is palindromic. a(5) = A(2,2) = 11 (1011 in binary) as it is the second prime whose binexp needs a flip of just one bit to become palindrome.
Comments