A strange number of 10 digits has the following properties:
- The first digit contains the number of ones in the number.
- The second digit contains the number of twos in the number.
- The third digit contains the number of threes in the number.
- The fourth digit contains the number of fours in the number.
- The fifth digit contains the number of fives in the number.
- The sixth digit contains the number of sixes in the number.
- The seventh digit contains the number of sevens in the number.
- The eighth digit contains the number of eights in the number.
- The ninth digit contains the number of nines in the number.
- The tenth digit contains the number of zeroes in the number.
Can you find this strange number?