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.

A055777 a(n) = 3^(3^n).

Original entry on oeis.org

3, 27, 19683, 7625597484987, 443426488243037769948249630619149892803
Offset: 0

Views

Author

Henry Bottomley, Jul 12 2000

Keywords

Comments

Next term is too big to include.
a(n+1) = a(n) written in base 3 and read as if in base 27 (and recorded in base 10).
Number of distinct n-ary operators in a ternary logic. - Ross Drewe, Feb 13 2008
The next term has 116 digits. - Harvey P. Dale, Mar 28 2019

Crossrefs

Programs

Formula

a(n) = a(n-1)^3.
Sum_{n>=0} 1/a(n) = A383817. - Amiram Eldar, May 16 2025