login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A290846
Numbers k such that sum of squares of divisors of k is a cube.
1
1, 4182, 4879, 122664360, 315870765, 4621320120, 5006430130, 20245909880, 220899101736, 239307360214, 812593845485
OFFSET
1,2
COMMENTS
It is known that A006532 is an infinite sequence. Is this sequence infinite?
a(12) > 10^12. - Giovanni Resta, Aug 14 2017
EXAMPLE
4879 is a term because 1^2 + 7^2 + 17^2 + 41^2 + 119^2 + 287^2 + 697^2 + 4879^2 = 290^3.
PROG
(PARI) isok(n) = ispower(sigma(n, 2), 3);
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Aug 12 2017
EXTENSIONS
a(6)-a(11) from Giovanni Resta, Aug 14 2017
STATUS
approved