login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A011764 3^(2^n) (or: write in base 3, read in base 9). 16
3, 9, 81, 6561, 43046721, 1853020188851841, 3433683820292512484657849089281, 11790184577738583171520872861412518665678211592275841109096961 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,1

COMMENTS

a(n) is the second-highest value k such that A173419(k) = n+2. - Charles R Greathouse IV, Oct 03 2012

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..11

FORMULA

a(0)=3 and a(n+1)=a(n)^2 [From Benoit Jubin, Jun 27 2009]

MATHEMATICA

3^(2^Range[0, 10]) (* Harvey P. Dale, Oct 14 2012 *)

PROG

(MAGMA) [3^(2^n): n in [0..8]]; // Vincenzo Librandi, Sep 15 2011

(PARI) a(n)=3^2^n \\ Charles R Greathouse IV, Oct 03 2012

CROSSREFS

Sequence in context: A216206 A038062 A218149 * A018624 A032078 A203559

Adjacent sequences:  A011761 A011762 A011763 * A011765 A011766 A011767

KEYWORD

nonn,easy

AUTHOR

Stephan Y Solomon (ilans(AT)way.com)

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 19 11:03 EDT 2013. Contains 226404 sequences.