login
A397058
Integers x such that there exist four integers 0<y<=z<=t<=w such that sigma(x)*psi(x)^3*phi(x) = x^5 + y^5 + z^5 + t^5 + w^5.
3
12, 194, 342, 6000
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.
KEYWORD
nonn,hard,more
AUTHOR
S. I. Dimitrov, Jun 15 2026
STATUS
approved