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 comments
Loading...
Problem Recent Solvers24
Suggested Problems
-
All your base are belong to us
576 Solvers
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2542 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1265 Solvers
-
Sum the 'edge' values of a matrix
403 Solvers
-
Convert from Fahrenheit to Celsius
28031 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!