OFFSET
2,1
COMMENTS
Leading zeros in the substrings are not allowed.
Uses the convention that 0^0 = 1.
EXAMPLE
25 = 5^2;
4096 = 4^6 + 0^9;
15626 = 1^26 + 5^6;
117650 = 1^1 + 7^6 + 0^5;
1015626 = 10^6 + 1^2 + 5^6;
10077696 = 0^1 + 0^776 + 6^9;
100015628 = 10^8 + 0^0 + 2^1 + 5^6.
CROSSREFS
KEYWORD
sign,base,more,new
AUTHOR
Jean-Marc Rebert, Nov 29 2024
EXTENSIONS
a(9) from Jinyuan Wang, Dec 01 2024
STATUS
approved