A145277 a(n) = A145234(n+1)/A145234(n).
598364773, 27692759465311176949233529747775189817301578781117871380248013
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..3
Programs
-
Mathematica
G = (1 + Sqrt[5])/2; Table[Expand[(G^(7^(n + 1)) - (1 - G)^(7^(n + 1)))/Sqrt[5]]/Expand[(G^(7^n) - (1 - G)^(7^n))/Sqrt[5]], {n, 1, 5}]
Formula
a(n) = (G^(7^(n + 1)) - (1 - G)^(7^(n + 1)))/(G^(7^n) - (1 - G)^(7^n)) where G = (1 + sqrt(5))/2.
Comments