A210994 Numbers n such that A000005(n) <> 4.
1, 2, 3, 4, 5, 7, 9, 11, 12, 13, 16, 17, 18, 19, 20, 23, 24, 25, 28, 29, 30, 31, 32, 36, 37, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 52, 53, 54, 56, 59, 60, 61, 63, 64, 66, 67, 68, 70, 71, 72, 73, 75, 76, 78, 79, 80, 81, 83, 84, 88, 89, 90, 92, 96
Offset: 1
Keywords
Examples
6 is not in the sequence because 6 has four divisors: 1, 2, 3, 6.
Programs
-
Mathematica
Select[Range[100],DivisorSigma[0,#]!=4&] (* Harvey P. Dale, Jan 07 2013 *)