A095353 Sum of 1-fibits in Zeckendorf-expansion A014417(p) summed for all primes p in range [Fib(n+1),Fib(n+2)[ (where Fib = A000045).
0, 1, 1, 3, 2, 7, 7, 14, 23, 35, 56, 94, 155, 243, 402, 614, 1061, 1656, 2689, 4295, 6938, 11176, 18095, 29102, 46907, 75703, 122174, 197494, 317987, 514611, 829595, 1340861, 2166008, 3497040, 5645418, 9120129, 14733126, 23803219, 38460014
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. a(4)=3, as in [5,8[ there are primes 5 and 7, whose Fibonacci-representations are 1000 and 1010 respectively and we have three 1-fibits in total. a(5)=2, as in [8,13[ there is only one prime 11, with Zeckendorf-representation 10100.
Links
- A. Karttunen and J. Moyer: C-program for computing the initial terms of this sequence
Extensions
a(2) corrected by Chai Wah Wu, Jan 16 2020
Comments