cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A046762 Numbers k such that the sum of the squares of the divisors of k is divisible by k.

Original entry on oeis.org

1, 10, 60, 65, 84, 130, 140, 150, 175, 260, 350, 420, 525, 780, 1050, 1105, 1820, 2100, 2210, 4420, 4650, 5425, 5460, 8840, 10500, 10850, 13260, 16275, 19720, 20150, 20737, 21700, 30225, 30940, 32045, 32550, 41474, 45500, 55250, 57350, 60450
Offset: 1

Views

Author

Keywords

Comments

Compare with multiply perfect numbers A007691. Here Sum(divisors) is replaced by Sum(square of divisors).
Problem 11090 proves that this sequence is infinite. - T. D. Noe, Apr 18 2006
Cai, Chen, & Zhang prove that sigma_2(n)/n = b has only finitely many solutions for a given b, and hence (since this sequence is infinite) sigma_2(a(n))/a(n) is unbounded. - Charles R Greathouse IV, Jul 21 2016

Examples

			k = 65 = a(4), sigma(2,65) = 4420 = 65*68 = 68*k;
k = 1820 = a(17), the divisor-square sum is 4641000 = 2550*1820 = 2550*k.
		

Crossrefs

Cf. A007691.

Programs