login
A141443
Conjectured to be complete list of numbers not of the form 2*x^2 + y^2 + 12*triangular number.
8
5, 7, 10, 26, 35, 65, 92, 127, 322
OFFSET
1,1
MATHEMATICA
Reap[For[n=1, n <= 400, n++, If[FindInstance[n == 2x^2 + y^2 + 12z(z+1)/2, {x, y, z}, Integers] == {}, Print[n]; Sow[n]]]][[2, 1]] (* Jean-François Alcover, Oct 01 2018 *)
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 05 2008
STATUS
approved