A084679 Composite numbers with coprime numbers of prime factors with and without repetition.
12, 18, 20, 28, 44, 45, 48, 50, 52, 60, 63, 68, 72, 75, 76, 80, 84, 90, 92, 98, 99, 108, 112, 116, 117, 120, 124, 126, 132, 140, 147, 148, 150, 153, 156, 162, 164, 168, 171, 172, 175, 176, 180, 188, 192, 198, 200, 204, 207, 208, 212, 220, 228, 234, 236, 242
Offset: 1
Keywords
Links
- Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
Crossrefs
Different from A070011.
Programs
-
PARI
is(n)=my(f=factor(n)[,2]); #f>1 && gcd(vecsum(f),#f)==1 \\ Charles R Greathouse IV, Oct 19 2015
Comments