My question concerns reverse numbers (e.g. $1234 → 4321$). Is it possible to find integer solutions greater than $1$ for such numbers when you take their ratio? I am not interested in trivial solutions such as powers of ten and their multiples ($0, 100, 20, 1100$ etc.). Let's say you have a number $X$ and $R(X)$ so that $X/R(X) = n$. I've done some testing and have not found any solutions for $n = 2,3$ up to $X = 10^7$.
I'm fairly certain that I have proved that such a number cannot exist if it has an odd number of digits.
Any ideas or solutions? (This is just an idea that occurred to me, nothing I really have to solve)
Thanks!
I wrote and ran some Mathematica-code:
Running the code gives:
Where I removed the palindromic numbers and numbers of the form $10^k$ for $k\in\mathbb{N}$.