login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A057905
Positive integers that are not the sum of exactly four positive cubes.
2
1, 2, 3, 5, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 33, 34, 35, 36, 38, 39, 40, 41, 42, 43, 45, 46, 47, 48, 49, 50, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 64, 65, 66, 68, 69, 71, 72, 73, 75, 76, 77, 78, 79, 80, 83, 84, 85, 86, 87
OFFSET
1,2
COMMENTS
It is conjectured that this sequence is finite, with 7373170279850 as its last member. - Charles R Greathouse IV, Jan 14 2017
LINKS
Brennan Benfield and Oliver Lippard, Integers that are not the sum of positive powers, arXiv:2404.08193 [math.NT], 2024. p. 5.
Eric Weisstein's World of Mathematics, Cubic Number
MATHEMATICA
pr[n_] := Select[ PowersRepresentations[n, 4, 3], FreeQ[#, 0] &]; Select[ Range[90], pr[#] == {} &] (* Jean-François Alcover, Nov 08 2012 *)
PROG
(PARI) list(lim)=my(v=List(), e=1+lim\1, x='x, t); t=sum(i=1, sqrtnint(e-4, 3), x^i^3, O(x^e))^4; for(n=1, lim, if(polcoeff(t, n)==0, listput(v, n))); Vec(v) \\ Charles R Greathouse IV, Jan 14 2017
CROSSREFS
Complement is A003327.
Sequence in context: A029927 A047334 A032775 * A353084 A039253 A193533
KEYWORD
nonn
STATUS
approved

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy