Problem 44310. Digit concentration in Champernowne's constant
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
- 
		1 Comment
 
That was quite a Piece of work!!
Solution Comments
Show commentsProblem Recent Solvers121
Suggested Problems
- 
         
Omit columns averages from a matrix
606 Solvers
 - 
         
Project Euler: Problem 8, Find largest product in a large string of numbers
1229 Solvers
 - 
         
Set some matrix elements to zero
597 Solvers
 - 
         
Count consecutive 0's in between values of 1
483 Solvers
 - 
         
         
63 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!