A086288 Number of distinct prime factors of 7-smooth numbers.
0, 1, 1, 1, 1, 2, 1, 1, 1, 2, 2, 2, 2, 1, 2, 2, 2, 2, 1, 1, 2, 3, 1, 2, 2, 2, 3, 2, 2, 1, 2, 2, 2, 3, 2, 1, 3, 2, 2, 2, 1, 3, 3, 2, 2, 2, 3, 2, 2, 3, 1, 3, 1, 2, 3, 2, 2, 3, 2, 2, 3, 2, 3, 2, 2, 2, 2, 4, 2, 2, 2, 3, 1, 2, 2, 3, 1, 3, 3, 2, 3, 3, 3, 2, 2, 3, 1, 3, 3, 2, 3, 2, 2, 2, 2, 4, 2, 2, 2, 3
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from G. C. Greubel)
Programs
-
Mathematica
PrimeNu[Select[Range[500], Max[Transpose[FactorInteger[#]][[1]]] <= 7 &]] (* G. C. Greubel, May 09 2017 *)