Consider the first 50 digits of Champernowne's constant
0.12345678910111213141516171819202122232425262728293...
There are two zeros (do not count the left side of "." (integer part) ) in this series. So the digit concentration for 0 for the first 50 digits is = 2 / 50 = 0.04.
Also the number of '2' (x) digit is counted as 13. So the digit concentration of number '2' for the first 50 (d) digit is = 13/50 = 0.26
Calculate the digit concentration of number x for the first d digit of constant.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers125
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15781 Solvers
-
Extract leading non-zero digit
2244 Solvers
-
Back to basics 21 - Matrix replicating
1796 Solvers
-
Find a subset that divides the vector into equal halves
401 Solvers
-
Create a vector whose elements depend on the previous element
787 Solvers
More from this Author92
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
That was quite a Piece of work!!