OFFSET
1,2
COMMENTS
Infinite, since all the powers of 2 belong to the sequence.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..100
EXAMPLE
sigma(1421)*1421 = 2429910 = T(2204).
MATHEMATICA
Select[Range[540000], IntegerQ[(Sqrt[1+8(#*DivisorSigma[1, #])]-1)/2]&] (* Harvey P. Dale, Dec 16 2011 *)
PROG
(PARI) isok(n) = ispolygonal(n*sigma(n), 3); \\ Amiram Eldar, Apr 06 2023
KEYWORD
nonn
AUTHOR
Giovanni Resta, Feb 06 2006
STATUS
approved