OFFSET
1,1
COMMENTS
Numbers of the forms p^49, p^24*q^1, p^9*q^4 and p^4*q^4*r^1 (A190012), where p, q and r are distinct primes.
LINKS
T. D. Noe, Table of n, a(n) for n = 1..1000
OEIS Wiki, Index entries for number of divisors
FORMULA
A000005(a(n))=50.
MATHEMATICA
Select[Range[200000], DivisorSigma[0, #] == 50 &] (* Vladimir Joseph Stephan Orlovsky, May 04 2011 *)
PROG
(PARI) is(n)=numdiv(n)==50 \\ Charles R Greathouse IV, Jun 19 2016
CROSSREFS
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Aug 27 2010
STATUS
approved