Problem 52397. Find the nth composite number.
Everyone heard about the nth prime number. Let's try to find out the nth composite. For example , 1 is the first composite, 10 is the 6th composite number. Write a program that takes the value of n and give the nth composite as output,
Solution Stats
Problem Comments
-
2 Comments
Dyuman Joshi
on 1 Aug 2021
You mean Composite number, right?
Apurbo Roy Chowdhury
on 1 Aug 2021
My bad, I corrected that mistake, thanks for noticing.
Solution Comments
Show commentsProblem Recent Solvers24
Suggested Problems
-
Back to basics 6 - Column Vector
1078 Solvers
-
Back to basics 21 - Matrix replicating
1656 Solvers
-
1126 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
12262 Solvers
-
Determine the number of odd integers in a vector
757 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!