A230577 Positive integers that have exactly 6 odd divisors.
45, 63, 75, 90, 99, 117, 126, 147, 150, 153, 171, 175, 180, 198, 207, 234, 243, 245, 252, 261, 275, 279, 294, 300, 306, 325, 333, 342, 350, 360, 363, 369, 387, 396, 414, 423, 425, 468, 475, 477, 486, 490
Offset: 1
Keywords
Links
- Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
Select[Range[500],Count[Divisors[#],?OddQ]==6&] (* _Harvey P. Dale, Mar 25 2015 *)
-
PARI
is(n)=numdiv(n>>valuation(n,2))==6 \\ Charles R Greathouse IV, Oct 28 2013
Comments