A147574 Numbers with exactly 7 distinct prime divisors {2,3,5,7,11,13,17}.
510510, 1021020, 1531530, 2042040, 2552550, 3063060, 3573570, 4084080, 4594590, 5105100, 5615610, 6126120, 6636630, 7147140, 7657650, 8168160, 8678670, 9189180, 10210200, 10720710, 11231220, 12252240, 12762750, 13273260, 13783770
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from Harvey P. Dale)
Programs
-
Mathematica
a = {}; Do[If[EulerPhi[x 510510] == 92160 x, AppendTo[a, 510510 x]], {x, 1, 100}]; a sdpdQ[n_]:=Module[{f=FactorInteger[n][[All,1]]},Length[f]==7&&Max[f]==17]; Select[Range[510510,138*10^5,510510],sdpdQ] (* Harvey P. Dale, Aug 03 2019 *)
Formula
a(n) = 510510 * A080681(n). - Amiram Eldar, Mar 10 2020
Sum_{n>=1} 1/a(n) = 1/92160. - Amiram Eldar, Nov 12 2020
Comments