login
A395737
Integers x such that there exist four integers 0<y<=z<=t<=w such that sigma(x)^3*psi(x)*phi(x) = x^5 + y^5 + z^5 + t^5 + w^5.
4
194, 1272, 1680, 4200
OFFSET
1,1
COMMENTS
The numbers x, y, z, t and w form a sigma^3*psi*phi-quintic quintuple.
LINKS
S. I. Dimitrov, Python program (GitHub)
EXAMPLE
(194, 19, 37, 83, 213) is such a quintuple because sigma(194)^3 * psi(194) * phi(194) = 294^3 * 294 * 96 = 194^5 + 19^5 + 37^5 + 83^5 + 213^5.
PROG
(Python) # See Links.
CROSSREFS
KEYWORD
nonn,hard,more
AUTHOR
S. I. Dimitrov, Jun 15 2026
STATUS
approved