OFFSET
1,1
COMMENTS
The numbers x, y, z, t and w form a sigma*psi^3*phi-quintic quintuple.
LINKS
S. I. Dimitrov, Python program (GitHub)
EXAMPLE
(342, 54, 261, 315, 468) is such a quintuple because sigma(342) * psi(342)^3 * phi(342) = 780 * 720^3 * 108 = 342^5 + 54^5 + 261^5 + 315^5 + 468^5. Other quintuples are (12, 4, 4, 12, 16), (194, 19, 37, 83, 213) and (6000, 4320, 5180, 5700, 9400).
PROG
(Python) # See Links.
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
S. I. Dimitrov, Jun 15 2026
STATUS
approved
