OFFSET
1,3
COMMENTS
Floor of entry (2,1) and (1,2) of [0,1; 1,phi]^n. Floor numerators of barover[phi] = [phi, phi, phi,...] where phi = 1.618033989... (A001622).
FORMULA
a(n)/a(n-1) tends to 2.095293... = exp(arcsinh(phi/2)) (A136319).
a(n) = floor(A192232(n) + A112576(n)*phi), where phi is the golden ratio (A001622). - Amiram Eldar, Jun 06 2025
EXAMPLE
a(5) = 15 since [0,1, 1,phi]^5 = [7.472...,15.708...; 15.708...,32.888...].
a(5) = 15 = floor 15.708203..., since the first five numerators of continued fraction[phi, phi, phi, phi, phi,...] = [1, phi, (phi^2 + 1), (phi^3 + 2*phi), (phi^4 + 3*phi^2 + 1), where (phi^4 + 3*phi^2 + 1) = 15.708203...
MATHEMATICA
a[n_] := Floor[MatrixPower[{{0, 1}, {1, GoldenRatio}}, n][[1, 2]]]; Array[a, 35] (* Amiram Eldar, Jun 06 2025 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Gary W. Adamson and Roger L. Bagula, Apr 13 2008
EXTENSIONS
a(22) corrected and more terms added by Amiram Eldar, Jun 06 2025
STATUS
approved
