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!)
A124075 a(n) = 2^(3^(4^...^n)...). 2
2, 8, 2417851639229258349412352 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
The next term is too large to include.
REFERENCES
David Applegate, Marc LeBrun and N. J. A. Sloane, Descending Dungeons and Iterated Base-Changing, in "The Mathematics of Preference, Choice and Order: Essays in Honor of Peter Fishburn", edited by Steven Brams, William V. Gehrlein and Fred S. Roberts, Springer, 2009, pp. 393-402.
LINKS
David Applegate, Marc LeBrun and N. J. A. Sloane, Descending Dungeons and Iterated Base-Changing, arXiv:math/0611293 [math.NT], 2006-2007.
David Applegate, Marc LeBrun, N. J. A. Sloane, Descending Dungeons, Problem 11286, Amer. Math. Monthly, 116 (2009) 466-467.
EXAMPLE
a(4) = 2^(3^4) = 2417851639229258349412352.
MATHEMATICA
a[n_] := Fold[#2^#1&, n, Range[2, n-1] // Reverse];
Table[a[n], {n, 2, 4}] (* Jean-François Alcover, Oct 10 2018 *)
CROSSREFS
Sequence in context: A012672 A024340 A012667 * A260548 A019315 A127558
KEYWORD
nonn,bref
AUTHOR
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)