A147579 Numbers with exactly 6 distinct odd prime divisors {3,5,7,11,13,17}.
255255, 765765, 1276275, 1786785, 2297295, 2807805, 3318315, 3828825, 4339335, 5360355, 6381375, 6891885, 8423415, 8933925, 9954945, 11486475, 12507495, 13018005, 14039025, 16081065, 16591575, 19144125, 19654635, 20675655, 21696675, 23228205, 25270245, 26801775
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
a = {}; Do[If[EulerPhi[255255 x] == 92160 x, AppendTo[a, 255255 x]], {x, 1, 100}]; a
Formula
Sum_{n>=1} 1/a(n) = 1/92160. - Amiram Eldar, Dec 22 2020
Extensions
More terms from Amiram Eldar, Mar 11 2020
Comments