Consecutive Pairs of Smooth Numbers from Set of Prime Numbers - MATLAB Cody - MATLAB Central

Problem 54800. Consecutive Pairs of Smooth Numbers from Set of Prime Numbers

Difficulty:Rate
Given an input set of prime numbers (p), generate all pairs of consecutive smooth numbers (x) (see Stormer's Theorem).
For example, given p=[2 3] as input, the sorted output of all consecutive smooth numbers would be:
x= [1 2
2 3
3 4
8 9]

Solution Stats

80.0% Correct | 20.0% Incorrect
Last Solution submitted on Feb 24, 2023

Problem Comments

Solution Comments

Show comments
R2025a Pre-release highlights
This topic is for discussing highlights to the current R2025a Pre-release.
13
5

Problem Recent Solvers4

Suggested Problems

More from this Author56

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page