First time here? Check out the FAQ!
answered 1 year ago
A possible solution is to use numerical representation for digits:
sage: ZZ(100).digits(37) [26, 2] sage: ZZ([26, 2], 37) 100