A145276 a(n) = A145233(n+1)/A145233(n).
1866294, 41473935220454958813340461622291147206
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..3
Programs
-
Mathematica
G = (1 + Sqrt[5])/2; Table[Expand[(G^(6^(n + 1)) - (1 - G)^(6^(n + 1)))/Sqrt[5]]/Expand[(G^(6^n) - (1 - G)^(6^n))/Sqrt[5]], {n, 1, 5}]
Formula
a(n) = (G^(6^(n + 1)) - (1 - G)^(6^(n + 1)))/(G^(6^n) - (1 - G)^(6^n)) where G = (1 + sqrt(5))/2.
Comments