OFFSET
1,2
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
EXAMPLE
36 is a term as the number of divisors of 36 (see A000005) is 9 which divides 36.
MATHEMATICA
Select[PolygonalNumber@Range@1000, Divisible[#, DivisorSigma[0, #]]&]
PROG
(PARI) for (n=1, 1000, t=n*(n+1)/2; t%numdiv(t)==0 && print1(t ", " ))
CROSSREFS
KEYWORD
nonn
AUTHOR
Waldemar Puszkarz, May 01 2016
STATUS
approved