OFFSET
1,1
COMMENTS
Maple implementation: see A030513.
Numbers of the form p^21 or p*q^10, where p and q 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))=22.
MAPLE
MATHEMATICA
Select[Range[200000], DivisorSigma[0, #]==22&] (* Vladimir Joseph Stephan Orlovsky, May 05 2011 *)
PROG
(PARI) is(n)=numdiv(n)==22 \\ Charles R Greathouse IV, Jun 19 2016
CROSSREFS
KEYWORD
nonn
AUTHOR
R. J. Mathar, Apr 22 2008
STATUS
approved