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!)
A141423 Conjectured to be complete list of numbers not of the form 3*x^2 + 4*y^2 + triangular number. 8
2, 11, 23, 50, 116, 135, 138 (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 <= 200, n++, If[FindInstance[n == 3x^2 + 4y^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: A126916 A090424 A056637 * A344032 A338225 A106974
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)