The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A141463 Conjectured to be the complete list of numbers not of the form 2*x^2 + 5*y^2 + 4*triangular number. 8
1, 3, 10, 15, 16, 21, 33, 39, 43, 66, 108, 109, 111, 126, 153, 195, 339, 1359 (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 [math.NT], 2008-2010.
MATHEMATICA
Reap[For[n=1, n <= 1400, n++, If[FindInstance[n == 2x^2 + 5y^2 + 4z(z+1)/2, {x, y, z}, Integers] == {}, Print[n]; Sow[n]]]][[2, 1]] (* Jean-François Alcover, Oct 01 2018 *)
CROSSREFS
Sequence in context: A328091 A048852 A226101 * A134102 A173600 A328987
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 May 19 11:56 EDT 2024. Contains 372686 sequences. (Running on oeis4.)