|
|
A274337
|
|
Numbers n such that 2^n is not the sum of 5 positive cubes.
|
|
0
|
|
|
0, 1, 2, 3, 4, 5, 7, 8, 10, 11, 14
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,3
|
|
COMMENTS
|
Corresponding 2^n values are 1, 2, 4, 8, 16, 32, 128, 256, 1024, 2048, 16384.
|
|
LINKS
|
|
|
EXAMPLE
|
6 is not a term because 2^6 = 1^3 + 1^3 + 2^3 + 3^3 + 3^3.
|
|
MATHEMATICA
|
Log2[#]&/@Complement[2^Range[0, 15], Union[Total/@Tuples[Range[30]^3, 5]]] (* Harvey P. Dale, Sep 12 2020 *)
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn,easy,fini,full
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|