A267319 Continued fraction expansion of phi^8, where phi = (1 + sqrt(5))/2.
46, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1, 45, 1
Offset: 0
Examples
phi^8 = (47 + 21*sqrt(5))/2 = 46 + 1/(1 + 1/(45 + 1/(1 + 1/(45 + 1/(1 + 1/(45 + 1/...)))))).
Links
- Eric Weisstein's World of Mathematics, Golden Ratio
- Wikipedia, Golden ratio
- Index entries for continued fractions for constants
- Index entries for linear recurrences with constant coefficients, signature (0,1).
Crossrefs
Programs
-
Magma
[46] cat &cat [[1, 45]^^50]; // Vincenzo Librandi, Jan 13 2016
-
Mathematica
ContinuedFraction[(47 + 21 Sqrt[5])/2, 82]
Formula
G.f.: (46 + x - x^2)/(1 - x^2).
a(n) = 23 + 22*(-1)^n for n>0. - Bruno Berselli, Jan 18 2016
Comments