A330532 Triangular multiply-perfect numbers.
1, 6, 28, 120, 496, 8128, 523776, 33550336, 8589869056, 137438691328, 2305843008139952128, 2658455991569831744654692615953842176, 191561942608236107294793378084303638130997321548169216, 13164036458569648337239753460458722910223472318386943117783728128
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..15
Programs
-
Magma
[(2^k - 1) * (2^(k - 1)): k in [1..200] | IsIntegral(SumOfDivisors((2^k - 1) * (2^(k - 1)))/( (2^k - 1) * (2^(k - 1))))];
-
PARI
isok(k) = ispolygonal(k, 3) && (denominator(sigma(k)/k) == 1); \\ Michel Marcus, Dec 19 2019
Comments