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!)
A121340 List of triples {1^(2^k), 2^(2^k), 3^(2^k)} for k>0. 0
1, 2, 3, 1, 4, 9, 1, 16, 81, 1, 256, 6561, 1, 65536, 43046721, 1, 4294967296, 1853020188851841, 1, 18446744073709551616, 3433683820292512484657849089281, 1, 340282366920938463463374607431768211456, 11790184577738583171520872861412518665678211592275841109096961 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
NestList[{#[[ -3]]^2, #[[ -2]]^2, #[[ -1]]^2} &, {1, 2, 3}, 7] // Flatten (* Robert G. Wilson v, Sep 02 2006 *)
Flatten[Table[{1, 2, 3}^2^k, {k, 0, 8}]] (* Harvey P. Dale, May 24 2012 *)
CROSSREFS
Sequence in context: A075297 A057597 A226392 * A332635 A358664 A231206
KEYWORD
nonn
AUTHOR
Marius Solend (mariussolend(AT)hotmail.com), Aug 29 2006
EXTENSIONS
More terms from Robert G. Wilson v, Sep 02 2006
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)