108373609
domain: N
Appears in sequences
- a(n) = (Fibonacci(6*n+1) - 1)/4.at n=7A049661
- a(n+3) = 3*a(n+2) + 5*a(n+1) + a(n), a(0) = 0, a(1) = 1, a(2) = 3.at n=14A110526
- a(n) = a(n-1) + a(n-2) + 1 if n is a multiple of 6, otherwise a(n) = a(n-1) + a(n-2).at n=39A131132
- Period of the decimal expansion of 1/F as F runs through the Fibonacci numbers greater than 1 and not divisible by 2 or 5.at n=20A175550
- Period of the decimal representation of 1/Fibonacci(n).at n=40A175561