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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A141497 Conjectured to be complete list of numbers not of the form 2*x^2 + 4*triangular number + 5*triangular number. 8
1, 3, 10, 16, 28, 43, 46, 85, 169, 175, 211, 223 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Ben Kane and Zhi-Wei Sun, On almost universal mixed sums of squares and triangular numbers, arXiv:0808.2761
MATHEMATICA
Reap[For[n = 1, n <= 300, n++, If[FindInstance[n == 2x^2 + 4y(y+1)/2 + 5z(z+1)/2, {x, y, z}, Integers] == {}, Print[n]; Sow[n]]]][[2, 1]] (* Jean-François Alcover, Oct 01 2018 *)
CROSSREFS
Sequence in context: A063209 A063109 A083684 * A366395 A059911 A160375
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 05 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)