OFFSET
1,3
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
PROG
(PARI) list(lim)=my(v=List(), A, B, C, D, E, F, G); for(a=0, sqrtnint(lim\=1, 11), A=a^11; for(b=0, min(sqrtnint(lim-A, 11), a), B=A+b^11; for(c=0, min(sqrtnint(lim-B, 11), b), C=B+c^11; for(d=0, min(sqrtnint(lim-C, 11), c), D=C+d^11; for(e=0, min(sqrtnint(lim-D, 11), d), E=D+e^11; for(f=0, min(sqrtnint(lim-E, 11), e), F=E+f^11; for(g=0, min(sqrtnint(lim-F, 11), f), G=F+g^11; for(h=0, min(sqrtnint(lim-G, 11), g), listput(v, G+h^11))))))))); Set(v) \\ Charles R Greathouse IV, Nov 07 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved