OFFSET
1,2
COMMENTS
When incremented by 1 this is also the difference between an odd square (1 + 8*T) and a triangular number T.
FORMULA
a(n) = A175035(n) - 1.
MATHEMATICA
T[n_] := n (n + 1)/2; Select[Union[Flatten[Table[8 T[x] - T[y], {x, 0, 15}, {y, 0, 100}]]], 115 >= # >= 0 &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ralf Steiner, Oct 21 2019
STATUS
approved