OFFSET
1,2
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
EXAMPLE
sigma(8)=15 is a triangular number.
MATHEMATICA
Select[Range[1000], IntegerQ[(Sqrt[1+8DivisorSigma[1, #]]-1)/2]&] (* Harvey P. Dale, Jul 14 2011 *)
PROG
(PARI) is(n)=ispolygonal(sigma(n), 3) \\ Charles R Greathouse IV, Nov 10 2014
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved