OFFSET
1,1
COMMENTS
Conjecture: The sequence only has 602 terms as listed in the b-file.
Our computation indicates that after the 602-th term 31737789 there are no other terms below 10^8.
It is known that each n = 0,1,2,... can be written as the sum of an even square and two triangular numbers.
LINKS
Zhi-Wei Sun, Table of n, a(n) for n = 1..602
Zhi-Wei Sun, Mixed sums of squares and triangular numbers, Acta Arith. 127(2007), 103-113.
MATHEMATICA
TQ[n_]:=TQ[n]=IntegerQ[Sqrt[8n+1]];
tab={}; Do[Do[If[TQ[n-4x^4-y(y+1)/2], Goto[aa]], {x, 0, (n/4)^(1/4)}, {y, 0, (Sqrt[4(n-4x^4)+1]-1)/2}]; tab=Append[tab, n]; Label[aa], {n, 0, 2000}]; Print[tab]
CROSSREFS
KEYWORD
nonn
AUTHOR
Zhi-Wei Sun, Apr 14 2020
STATUS
approved