t = Compile[{{n, _Integer}}, Module[{s = 0}, (Do[If[Abs[w - x] <= Abs[x - y] <= Abs[y - z], s = s + 1],
{w, 0, n}, {x, 0, n}, {y, 0, n}, {z, 0, n}]; s)]];
m = Map[t[#] &, Range[0, 40]] (*
A212903 *)
LinearRecurrence[{2, 1, -3, -1, 1, 3, -1, -2, 1}, {1, 8, 35, 94, 209, 398, 697, 1130, 1743}, 40]