A147580 Numbers with exactly 7 distinct odd prime divisors {3,5,7,11,13,17,19}.
4849845, 14549535, 24249225, 33948915, 43648605, 53348295, 63047985, 72747675, 82447365, 92147055, 101846745, 121246125, 130945815, 160044885, 169744575, 189143955, 218243025, 237642405, 247342095, 266741475, 276441165, 305540235, 315239925, 363738375, 373438065
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
a = {}; Do[If[EulerPhi[4849845 x] == 1658880 x, AppendTo[a, 4849845 x]], {x, 1, 100}]; a
Formula
Sum_{n>=1} 1/a(n) = 1/1658880. - Amiram Eldar, Dec 22 2020
Extensions
More terms from Amiram Eldar, Mar 11 2020
Comments