Problem 49855. Concatenated Consecutive Prime
Solution Stats
Problem Comments
-
3 Comments
William
on 18 Jan 2021
The test suite only seems to work if the n primes each have the same number of digits. For example, with n=3, a perfectly good answer would be [5,7,11], but this crashes the test suite. It could be fixed by using combine=strcat(combine,strtrim(b(i,:)));
goc3
on 19 Jan 2021
@William: your suggestion has been incorporated into the test suite.
Doddy Kastanya
on 19 Jan 2021
Thank you both for improving the quality of this problem. Cheers, Doddy.
Problem Recent Solvers9
Suggested Problems
-
Return the 3n+1 sequence for n
6993 Solvers
-
Test if a Number is a Palindrome without using any String Operations
194 Solvers
-
Numbers with prime factors 2, 3 and 5.
397 Solvers
-
381 Solvers
-
610 Solvers
More from this Author180
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!