OFFSET
1,1
COMMENTS
Numbers of the form p^15 (subset of A010803), p*q^7, p*q*r^3 or p^3*q^3, or p*q*r*s, where p, q, r and s are distinct primes. - R. J. Mathar, Mar 01 2010
LINKS
R. J. Mathar, Table of n, a(n) for n = 1..1000
Jérôme Germoni, Nombres à huit diviseurs, Images des Mathématiques, CNRS, 2017 (in French).
MATHEMATICA
Select[Range[3000], DivisorSigma[0, #]==16&] (* Vladimir Joseph Stephan Orlovsky, May 05 2011 *)
PROG
(PARI) is(n)=numdiv(n)==16 \\ Charles R Greathouse IV, Jun 19 2016
(Magma) [n: n in [1..1000] | DivisorSigma(0, n) eq 16]; // Vincenzo Librandi, Oct 05 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved