OFFSET
1,2
COMMENTS
Each digit is its own operand (no concatenation of digits).
Real and imaginary intermediate values are allowed as long as the final value of the expression is an integer.
Unary minus is not allowed, otherwise we would have 127 = -1 + 2^7. - Sean A. Irvine, Aug 31 2025
LINKS
Walter Robinson, Expressions for Values up to 50000
EXAMPLE
343 = (3+4)^3.
2737 = (2*7)^3-7.
46688 = (4 + 6^6/8)*8.
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Anuraag Pasula and Walter Robinson, Aug 09 2025
STATUS
approved
