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!)
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
Sequence in context: A180968 A191847 A321290 * A107912 A190850 A066077
KEYWORD
nonn,easy,fini,full
AUTHOR
Altug Alkan, Jun 22 2016
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)