login
A397301
Integers x such that there exist four integers 0<x<=y<=z and 0<t<=w such that sigma(x)*psi(x)^2 = sigma(y)*psi(y)^2 = sigma(z)*psi(z)^2 = x^3 + y^3 + z^3 + t^3 + w^3.
1
24, 30, 62, 174, 216, 238, 357, 420, 756, 1146, 3240, 3382
OFFSET
1,1
COMMENTS
The numbers x, y, z, t and w form a sigma*psi^2-cubic quintuple.
LINKS
S. I. Dimitrov, On σψ-quadratic k-tuples and related generalizations, hal-05303937, 2025.
S. I. Dimitrov, Python program (GitHub)
EXAMPLE
(174, 190, 323, 5, 94) is such a quintuple because sigma(174) * psi(174)^2 = sigma(190) * psi(190)^2 = sigma(323) * psi(323)^2 = 360 * 360^2 = 174^3 + 190^3 + 323^3 + 5^3 + 94^3.
PROG
(Python) # See Links.
KEYWORD
nonn,more
AUTHOR
S. I. Dimitrov, Jun 20 2026
STATUS
approved