OFFSET
2,1
LINKS
T. D. Noe, Table of n, a(n) for n = 2..10000
Paul S. Bruckman and Peter G. Anderson, Conjectures on the Z-densities of the Fibonacci sequence, Fibonacci Quart. 36 (1998), no. 3, 263-271.
Paul Cubre and Jeremy Rouse, Divisibility properties of the Fibonacci entry point, arxiv 1212.6221
T. D. Noe, Plot of the logarithm of the fraction
EXAMPLE
For n = 2 to 10, the fractions are 2/3, 3/8, 1/3, 5/24, 1/4, 7/48, 1/6, 1/8, 25/144.
MATHEMATICA
psi[{q_, e_}] := q^(2 - e)/(q^2 - 1); rho[m_] := If[Mod[m, 20] == 0, 1/2, If[Mod[m, 20] == 10, 5/4, 1]]; Numerator[Table[rho[n] * Times @@ Table[psi[i], {i, FactorInteger[n]}], {n, 2, 100}]]
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
T. D. Noe, Dec 30 2012
STATUS
approved