OFFSET
1,2
COMMENTS
Here division is taken to be strict integer division, i.e., j/k is defined only if k|j.
LINKS
Glen Whitney, Table of n, a(n) for n = 1..3802
Glen Whitney, Python3.8 program to compute a(n) for some values of n
EXAMPLE
Because 41 = ((1+1+1)^(1+1+1+1) + 1)/(1+1), and there is no expression with these operators and fewer ones that evaluates to 41, a(41) = 10. Note that 41 is the least n such that a(n) < A091334(n).
CROSSREFS
KEYWORD
nonn
AUTHOR
Glen Whitney, Sep 28 2021
STATUS
approved