A147575 Numbers with exactly 8 distinct prime divisors {2,3,5,7,11,13,17,19}.
9699690, 19399380, 29099070, 38798760, 48498450, 58198140, 67897830, 77597520, 87297210, 96996900, 106696590, 116396280, 126095970, 135795660, 145495350, 155195040, 164894730, 174594420, 184294110, 193993800, 203693490, 213393180, 232792560, 242492250, 252191940
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
a = {}; Do[If[EulerPhi[9699690 x] == 1658880 x, AppendTo[a, 9699690 x]], {x, 1, 100}]; a
Formula
a(n) = 9699690 * A080682(n). - Amiram Eldar, Mar 10 2020
Sum_{n>=1} 1/a(n) = 1/1658880. - Amiram Eldar, Nov 12 2020
Extensions
More terms from Amiram Eldar, Mar 10 2020
Comments