The Fermi-Dirac “primes” are prime powers with exponents that are powers of 2. The first nine terms of the sequence are 2, 3, 4, 5, 7, 9, 11, 13, and 16. Six of the terms are primes; two are squares of primes; and the remaining term, 16, is
.
The name comes from an analogy with particle physics because every number can be written as the product of a unique subset of the Fermi-Dirac primes. For example,
.
Write a function analogous to primes(n) that lists the Fermi-Dirac primes less than or equal to n.
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers13
Suggested Problems
-
Count from 0 to N^M in base N.
241 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2055 Solvers
-
Create a square matrix of multiples
501 Solvers
-
Rotate input square matrix 90 degrees CCW without rot90
692 Solvers
-
Sum the numbers on the main diagonal
617 Solvers
More from this Author326
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!