OFFSET
1,1
COMMENTS
Concatenation is only allowed for individual digits, not expressions, so 37 - 2^5 = 5 is allowed but (7 + 2 - 5)3 = 43 is not allowed.
LINKS
Robert Israel, Table of n, a(n) for n = 1..83 (full sequence)
Robert Israel, Maple code
Robert Israel, An expression for each term
EXAMPLE
a(1) = 2 = (3 - 2) * (7 - 5).
a(2) = 3 = 2 + 3 + 5 - 7.
a(3) = 5 = 37 - 2^5.
a(4) = 7 = 2 + 3 - 5 + 7.
a(83) = 4747561509941 = 7 ^ (3 * 5) - 2.
MAPLE
See link.
CROSSREFS
KEYWORD
nonn,base,fini,full
AUTHOR
Zak Seidov and Robert Israel, Apr 10 2025
STATUS
approved
