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!)
A141464 Conjectured to be complete list of numbers not of the form 4*x^2 + 3*triangular number + triangular number. 8
2, 11, 27, 38, 86, 93, 188, 323 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
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 <= 400, n++, If[FindInstance[n == 4x^2 + 3y(y+1)/2 + z(z+1)/2, {x, y, z}, Integers] == {}, Print[n]; Sow[n]]]][[2, 1]] (* Jean-François Alcover, Oct 01 2018 *)
CROSSREFS
Sequence in context: A080663 A248118 A320648 * A218471 A139211 A254196
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 09:42 EDT 2024. Contains 372683 sequences. (Running on oeis4.)