cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A145274 a(n) = A145231(n+1)/A145231(n).

Original entry on oeis.org

329, 10749959329, 13354478338703157414450712411084788083329
Offset: 1

Views

Author

Artur Jasinski, Oct 06 2008

Keywords

Comments

A member of the family of sequences of type:
(G^(k^(n + 1)) - (1 - G)^(k^(n + 1)))/(G^(k^n) - (1 - G)^(k^n)) where G = (1 + sqrt(5))/2.
For k=2 see A001566.
For k=3 see A002814(n+2).
For k=4 see this sequence.
For k=5 see A145275.
For k=6 see A145276.
For k=7 see A145277.

Crossrefs

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.