|
Search: id:A154110
|
|
|
| A154110 |
|
The largest number that can be written with n characters, using positive integers, exponentiation and the factorial function. |
|
+0 1
|
| |
|
|
OFFSET
|
1,1
|
|
|
REFERENCES
|
Daniel J. Velleman, Exponential vs. Factorial, Am. Math. Monthly, Vol. 113, No.8, pp.689-703, Oct 2006.
|
|
EXAMPLE
|
a(1) = 9, as we are writing in base 10. a(2) = 9^9 = 387420489, because we write it with superscripting raher than a character for the exponentiation. For n>2, Velleman proves that a(n+1) = a(n)!, so that, as shown in the cited paper, a(5) = (9^9)!!! where the exponentiation is by superscripting, there are no parentheses used and the b!! means (b!)!. The sequence is infinite, but cannot be displayed in OEIS format after a(2).
|
|
CROSSREFS
|
Adjacent sequences: A154107 A154108 A154109 this_sequence A154111 A154112 A154113
Sequence in context: A013850 A131678 A029983 this_sequence A028446 A058470 A058434
|
|
KEYWORD
|
base,bref,nonn
|
|
AUTHOR
|
Jonathan Vos Post (jvospost3(AT)gmail.com), Jan 04 2009
|
|
|
Search completed in 0.002 seconds
|