A175754 Numbers with 48 divisors.
2520, 3360, 3780, 3960, 4200, 4320, 4620, 4680, 5280, 5400, 5460, 5544, 5760, 5880, 5940, 6048, 6120, 6240, 6552, 6600, 6840, 6930, 7020, 7140, 7392, 7800, 7980, 8064, 8160, 8190, 8280, 8316, 8568, 8580, 8736, 9000, 9120, 9180, 9450, 9504, 9576, 9600
Offset: 1
Keywords
Links
- T. D. Noe, Table of n, a(n) for n = 1..1000
- OEIS Wiki, Index entries for number of divisors
Programs
-
Mathematica
Select[Range[20000],DivisorSigma[0,#]==48&] (* Vladimir Joseph Stephan Orlovsky, May 06 2011 *)
-
PARI
is(n)=numdiv(n)==48 \\ Charles R Greathouse IV, Jun 19 2016
Formula
A000005(a(n))=48.
Comments