A175756 Numbers with 50 divisors.
6480, 9072, 14256, 16848, 22032, 24624, 29808, 30000, 37584, 40176, 41472, 47952, 53136, 55728, 60912, 68688, 70000, 76464, 79056, 86832, 92016, 94608, 101250, 102384, 107568, 110000, 115248, 115344, 125712, 130000, 130896, 133488
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[200000], DivisorSigma[0, #] == 50 &] (* Vladimir Joseph Stephan Orlovsky, May 04 2011 *)
-
PARI
is(n)=numdiv(n)==50 \\ Charles R Greathouse IV, Jun 19 2016
Formula
A000005(a(n))=50.
Comments