login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A141428
Conjectured to be complete list of numbers not of the form x^2 + 5*y^2 + 3*triangular number.
8
2, 11, 26, 37, 40, 53, 62, 142, 220, 425, 692
OFFSET
1,1
MATHEMATICA
Reap[For[n = 1, n <= 700, n++, If[FindInstance[n == x^2 + 5y^2 + 3z(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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 19 23:07 EDT 2024. Contains 376015 sequences. (Running on oeis4.)