Problem 56260. Leonardo primes
Leonardo numbers are defined by following recurrence relation:
Leonard prime is Leonardo number which is also prime (see https://en.wikipedia.org/wiki/Leonardo_number).
For given n, find all Leonardo primes.
Example:
n=5;
LeoNumbers=[1 1 3 5 9 15];
Primes=[2 3 5 7 11 13];
LeoPrimes=[3 5];
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers21
Suggested Problems
-
Find relatively common elements in matrix rows
2139 Solvers
-
Least common multiple of many numbers
250 Solvers
-
Number of 1s in a binary string
10520 Solvers
-
Set the array elements whose value is 13 to 0
1420 Solvers
-
Generate a string like abbcccddddeeeee
271 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!