OFFSET
1,2
COMMENTS
All intermediate steps in building the number should be integers as well, for consistency with related sequences.
LINKS
Jake Bird, Table of n, a(n) for n = 1..300
EXAMPLE
a(22) = 10 because 22 = (1+1+1+1+1)^(1+1)-(1+1+1), which has 10 occurrences of the symbol "1", and there is no way of making 22 with fewer using these rules.
Note that A348262(22) = 12 because 22 = (1+1)^(1+1)^(1+1)+(1+1)^(1+1)+1+1; subtraction allows for two fewer occurrences of the symbol "1" to be used here. Similarly, A091334(22) = 9 because 22 = ((1+1+1)^(1+1)+1+1)*(1+1); multiplication allows for one fewer occurrence of the symbol "1" to be used there. 22 is the least n such that A348262(n) > a(n) > A091334(n).
CROSSREFS
KEYWORD
nonn
AUTHOR
Jake Bird, Dec 06 2024
STATUS
approved