login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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