A095732 Sum of A095734(p) for all primes p such that Fib(n+1) <= p < Fib(n+2) (where Fib = A000045).
0, 0, 1, 3, 1, 3, 7, 10, 12, 23, 31, 58, 93, 171, 243, 422, 634, 1142, 1684, 2971, 4406, 7768, 11502, 20502, 30242, 53039, 79161, 138410, 207536, 362391, 544895, 947189, 1431794, 2473232, 3749944, 6459373, 9823917, 16879245, 25745781, 44112347
Offset: 1
Keywords
Examples
a(1) = a(2) = 0, as there are no primes in ranges [1,2[ and [2,3[. a(3)=1 as in [3,5[ there is prime 3 with Fibonacci-representation 100, which is just a one fibit-flip away from being a palindrome (i.e. A095734(3)=1). a(4)=3, as in [5,8[ there are primes 5 and 7, whose Fibonacci-representations are 1000 and 1010 respectively and the other needs one bit-flip and the other two to become palindromes and 1 + 2 = 3. a(5)=1, as in [8,13[ there is only one prime 11, with Zeckendorf-representation 10100, which needs to have just its least significant fibit flipped from 0 to 1 to become palindrome.
Links
- A. Karttunen, J. Moyer: C-program for computing the initial terms of this sequence
Comments