A147576 Numbers with exactly 3 distinct odd prime divisors {3,5,7}.
105, 315, 525, 735, 945, 1575, 2205, 2625, 2835, 3675, 4725, 5145, 6615, 7875, 8505, 11025, 13125, 14175, 15435, 18375, 19845, 23625, 25515, 25725, 33075, 36015, 39375, 42525, 46305, 55125, 59535, 65625, 70875, 76545, 77175, 91875, 99225
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..100 from Harvey P. Dale)
Programs
-
Mathematica
a = {}; Do[If[EulerPhi[x]/x == 16/35, AppendTo[a, x]], {x, 1, 100000}]; a Select[Range[100000],EulerPhi[#]/#==16/35&] (* Harvey P. Dale, Dec 01 2013 *)
Formula
a(n) = 105 * A108347(n). - Amiram Eldar, Mar 10 2020
Sum_{n>=1} 1/a(n) = 1/48. - Amiram Eldar, Dec 22 2020
Comments