A175749 Numbers with 40 divisors.
1680, 2160, 2640, 3024, 3120, 3240, 3696, 4080, 4368, 4536, 4560, 4752, 5520, 5616, 5670, 5712, 6000, 6160, 6384, 6864, 6960, 7128, 7280, 7344, 7440, 7680, 7728, 8208, 8424, 8880, 8910, 8976, 9520, 9744, 9840, 9936, 10032, 10320, 10368, 10416, 10530, 10608
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,#]==40&] (* Vladimir Joseph Stephan Orlovsky, May 06 2011 *)
-
PARI
is(n)=numdiv(n)==40 \\ Charles R Greathouse IV, Jun 19 2016
Formula
A000005(a(n))=40.
Comments