Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #10 Aug 17 2020 22:24:02
%S 5,7,9,10,11,13,14,15,17,18,19,20,21,22,23,25,26,27,28,29,30,31,33,34,
%T 35,36,37,38,39,40,41,42,43,44,45,46,47,49,50,51,52,53,54,55,56,57,58,
%U 59,60,61,62,63,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82
%N Numbers having fewer prime factors than at least one smaller number.
%C Complement of A029744.
%C Numbers whose odd part is greater than 3. - _Peter Munn_, Aug 12 2020
%F A116452(n) = A001222(a(n)).
%Y Cf. A029744, A116452, A001222.
%K nonn
%O 0,1
%A _Reinhard Zumkeller_, Feb 16 2006
%E The offset should really be 1, since this is a list, but that change would also require a complete rewrite of A116454, plus changes to A116453. So for the moment let's leave this with offset 0. - _N. J. A. Sloane_, Aug 17 2020