Find the largest possible positive integer x10 less than 202110 such that d(x11)2=4d(x13).
Notation clarification: xk is x in base k
d(xk) is the sum of the digits of x in base k
Note: This can easily be done with simple coding.