OFFSET
1,3
LINKS
Robert Israel, Table of n, a(n) for n = 1..10000
MAPLE
M:= 10000: # for terms <= M
Cubes:= {seq(i^3, i=0..floor(M^(1/3)))}:
Fourths:= {seq(i^4, i=0..floor(M^(1/4)))}:
sort(convert(select(`<=`, {seq(seq(a+b, a=Cubes), b=Fourths)}, M), list)); # Robert Israel, Dec 05 2024
CROSSREFS
KEYWORD
nonn,changed
AUTHOR
Ilya Gutkovskiy, Dec 07 2023
STATUS
approved