The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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
LINKS
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
Sequence in context: A358555 A050937 A135953 * A236805 A202530 A242770
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Aug 12 2017
EXTENSIONS
a(6)-a(11) from Giovanni Resta, Aug 14 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 16 02:54 EDT 2024. Contains 372549 sequences. (Running on oeis4.)