login
A141491
Conjectured to be complete list of numbers not of the form 5*x^2 + 3*triangular number + 2*triangular number.
8
1, 4, 13, 19, 27, 46, 73, 97, 111, 123, 151, 168
OFFSET
1,2
MATHEMATICA
Reap[For[n = 1, n <= 200, n++, If[FindInstance[n == 5x^2 + 3y(y+1)/2 + 2z(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