A147578 Numbers with exactly 5 distinct odd prime divisors {3,5,7,11,13}.
15015, 45045, 75075, 105105, 135135, 165165, 195195, 225225, 315315, 375375, 405405, 495495, 525525, 585585, 675675, 735735, 825825, 945945, 975975, 1126125, 1156155, 1216215, 1366365, 1486485, 1576575, 1756755, 1816815, 1876875, 2027025, 2147145, 2207205, 2477475
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
a = {}; Do[If[EulerPhi[x]/x == 384/1001, AppendTo[a, x]], {x, 1, 1000000}]; a
Formula
Sum_{n>=1} 1/a(n) = 1/5760. - Amiram Eldar, Dec 22 2020
Extensions
More terms from Amiram Eldar, Mar 11 2020
Comments