OFFSET
1,1
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..10000
EXAMPLE
a(7) = 89, which can be given by x=4, y=3, z=2.
PROG
(PARI) upto(lim) = { my(L=List()); for(x=2, logint(lim, 2), for(y=2, min(x, logint(lim, x)), for(z=2, min(x, logint(lim, y)), my(t=x^y+y^z+z^x); if(t<=lim, listput(L, t)) ))); Set(L) } \\ Andrew Howroyd, Aug 06 2025
CROSSREFS
KEYWORD
nonn
AUTHOR
Ian Hahus, Aug 06 2025
STATUS
approved
