OFFSET
1,1
COMMENTS
Maple implementation: see A030513.
Numbers of the form p^27 (subset of A122968), p*q^13, p*q*r^6 (A179672) or p^3*q^6 (A179694), where p, q and r are distinct primes. - R. J. Mathar, Mar 01 2010
LINKS
T. D. Noe, Table of n, a(n) for n = 1..1000
FORMULA
A000005(a(n)) = 28.
MAPLE
with(numtheory): A137491:=n->`if`(tau(n)=28, n, NULL): seq(A137491(n), n=1..15000); # Wesley Ivan Hurt, Sep 18 2014
MATHEMATICA
Select[Range[30000], DivisorSigma[0, #]==28&] (* Vladimir Joseph Stephan Orlovsky, May 06 2011 *)
PROG
(PARI) is(n)=numdiv(n)==28 \\ Charles R Greathouse IV, Jun 19 2016
CROSSREFS
KEYWORD
nonn
AUTHOR
R. J. Mathar, Apr 22 2008
STATUS
approved