A147573 Numbers with exactly 6 distinct prime divisors {2,3,5,7,11,13}.
30030, 60060, 90090, 120120, 150150, 180180, 210210, 240240, 270270, 300300, 330330, 360360, 390390, 420420, 450450, 480480, 540540, 600600, 630630, 660660, 720720, 750750, 780780, 810810, 840840, 900900, 960960, 990990, 1051050, 1081080, 1171170, 1201200, 1261260
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
a = {}; Do[If[EulerPhi[x]/x == 192/1001, AppendTo[a, x]], {x, 1, 100000}]; a
-
PARI
is(n)=if(n%30030, return(0)); my(g=30030); while(g>1, n/=g; g=gcd(n,30030)); n==1 \\ Charles R Greathouse IV, Sep 14 2015
Formula
a(n) = 30030 * A080197(n). - Charles R Greathouse IV, Sep 14 2015
Sum_{n>=1} 1/a(n) = 1/5760. - Amiram Eldar, Nov 12 2020
Extensions
More terms from Amiram Eldar, Mar 10 2020
Comments