login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A055777 a(n) = 3^(3^n). 8
3, 27, 19683, 7625597484987, 443426488243037769948249630619149892803 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
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
LINKS
FORMULA
a(n) = a(n-1)^3.
MATHEMATICA
NestList[#^3&, 3, 5] (* Harvey P. Dale, Mar 28 2019 *)
PROG
(Python)
print([3**(3**n) for n in range(5)]) # Michael S. Branicky, Mar 27 2021
CROSSREFS
Sequence in context: A068221 A068222 A308384 * A014222 A071107 A162414
KEYWORD
nonn
AUTHOR
Henry Bottomley, Jul 12 2000
EXTENSIONS
Next term is too big to include.
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 00:00 EDT 2024. Contains 371696 sequences. (Running on oeis4.)