I have try google and this website search engine, didnt find anything.
Let's say that I have a number like this : 111118883458888.
Is there a way to express this number like this (reg exp) : ('1'^5) ('8'^3) '345' ('8'^4), but in a mathematical way?
Basically, is there a way to represent recurent digit in numbers?
EDIT -
I'll add why I'm asking the question, basically I wanted a way to represent binary number (like 256 and 512 bits) and you don't feel sick reading them. Thanks for the answers!