Problem 46016. Determine digits of the Copeland-Erdos constant
Cody Problem 1477 asks us to determine the nth digit of the Champernowne constant, whose decimal digits are formed by concatenating all of the positive integers--i.e., 0.12345678910111213...
This problem deals with the Copeland-Erdos constant, whose decimal digits are formed by concatenating all of the primes --i.e., 0.2357111317192329...
Return the digits of the Copeland-Erdos constant specified by the input vector. For example, the command
CopelandErdosDigit(1:8)
should return
2 3 5 7 1 1 1 3
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers39
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5791 Solvers
-
Find Index of maximum Value and maximum Value of a vector
167 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1254 Solvers
-
5788 Solvers
-
Form a square matrix from four square sub-matrices
130 Solvers
More from this Author321
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!