A145274 a(n) = A145231(n+1)/A145231(n).
329, 10749959329, 13354478338703157414450712411084788083329
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..5
Programs
-
Mathematica
G = (1 + Sqrt[5])/2; Table[Expand[(G^(4^(n + 1)) - (1 - G)^(4^(n + 1)))/Sqrt[5]]/Expand[(G^(4^n) - (1 - G)^(4^n))/Sqrt[5]], {n, 1, 5}]
Formula
a(n) = (G^(4^(n + 1)) - (1 - G)^(4^(n + 1)))/(G^(4^n) - (1 - G)^(4^n)) where G = (1 + sqrt(5))/2.
Comments