|
Search: id:A046655
|
|
|
| A046655 |
|
Sum of the squares of divisors is also a square number:. |
|
+0 2
|
|
| 1, 42, 246, 287, 728, 1434, 1673, 1880, 4264, 6237, 9799, 9855, 18330, 21352, 21385, 24856, 36531, 39990, 46655, 57270, 66815, 92664, 125255, 156570, 182665, 208182, 212949, 242879, 273265
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
REFERENCES
|
J.-M. De Koninck, Ces nombres qui nous fascinent, Entry 42, p. 16, Ellipses, Paris 2008.
|
|
LINKS
|
M. F. Hasler, Table of n, a(n) for n=1,...,99. [From M. F. Hasler (Maximilian.Hasler(AT)gmail.com), Oct 05 2008]
Project Euler, Problem 211: Divisor Square Sum. [From M. F. Hasler (Maximilian.Hasler(AT)gmail.com), Oct 05 2008]
|
|
EXAMPLE
|
a[ 3 ]=246=2*3*41 with 8 divisors: 1,2,3,6,41,82,123,246. The sum of squares of the divisors is 84100=290^2, also a square.
|
|
PROGRAM
|
(PARI) for( n=1, 10^6, issquare(sigma(n, 2)) && print1(n", ")) [From M. F. Hasler (Maximilian.Hasler(AT)gmail.com), Oct 05 2008]
|
|
CROSSREFS
|
Cf. A046656.
A000290, A001157. [From M. F. Hasler (Maximilian.Hasler(AT)gmail.com), Oct 05 2008]
Sequence in context: A154472 A116004 A122242 this_sequence A156357 A064369 A036463
Adjacent sequences: A046652 A046653 A046654 this_sequence A046656 A046657 A046658
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu)
|
|
|
Search completed in 0.002 seconds
|