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!)
A335658 Numbers that are not the sum of 3 nonzero squares and a positive cube. 0
0, 1, 2, 3, 5, 6, 8, 9, 16, 21, 24, 40 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
No more terms up to 6*10^5.
LINKS
MATHEMATICA
n = 5 * 10^4.;
t = Union@Flatten@Table[x^2 + y^2 + z^2 + w^3, {x, (n/3)^(1/2)}, {y, x, ((n-x^2)/2)^(1/2)}, {z, y, (n-x^2-y^2)^(1/2)}, {w, (n-x^2-y^2-z^2)^(1/3)}];
Complement[Range[0, n], t]
CROSSREFS
Sequence in context: A358291 A117522 A299101 * A364807 A294941 A028374
KEYWORD
nonn,more
AUTHOR
XU Pingya, Jun 17 2020
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)