OFFSET
0,4
COMMENTS
For a guide to related sequences, see A211422.
MATHEMATICA
t[n_] := t[n] = Flatten[Table[3 w^2 - x*y, {w, 1, n}, {x, 1, n}, {y, 1, n}]]
c[n_] := Count[t[n], 0]
t = Table[c[n], {n, 0, 90}] (* A211514 *)
t/2 (* integers *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 14 2012
STATUS
approved