OFFSET
0,2
COMMENTS
For n >= 1, the largest number with shortest addition-multiplication-exponentiation chain of length n is A173566(n).
EXAMPLE
a(7) = 79 because all smaller numbers have addition-multiplication-exponentiation chains of length at most 6, but the shortest chain for 79 has length 7. One such chain is (1, 2, 3, 5, 32, 37, 42, 79). (There are also such chains that do not use exponentiation, such as (1, 2, 3, 4, 5, 15, 75, 79).)
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
Pontus von Brömssen, Apr 27 2025
STATUS
approved
