OFFSET
1,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1356
Irving Kaplansky, The first nontrivial genus of positive definite ternary forms, Mathematics of Computation, Vol. 64 (1995): 341-345.
MATHEMATICA
r[k_]:=Reduce[x>=0&&y>=0&&z>=0&&k==x^2 + 7 y^2 + 7 z^2, {x, y, z}, Integers]; Reap[For[k=1, k<=150, k++, If[r[k]===False, Print[k]; Sow[k]]]][[2, 1]] (* Vincenzo Librandi, Mar 27 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 26 2019
STATUS
approved