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!)
A302360 Numbers that are the sum of 3 cubes > 1. 0
24, 43, 62, 80, 81, 99, 118, 136, 141, 155, 160, 179, 192, 197, 216, 232, 251, 253, 258, 270, 277, 288, 307, 314, 344, 349, 359, 368, 375, 378, 397, 405, 415, 434, 440, 459, 466, 471, 476, 495, 496, 528, 532, 547, 557, 566, 567, 584, 586, 593, 603, 623, 640, 645, 648, 664, 684, 694, 701, 713, 736, 745, 750 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..63.

Index entries for sequences related to sums of cubes

EXAMPLE

118 is in the sequence because 118 = 3^3 + 3^3 + 4^3.

MATHEMATICA

max = 750; f[x_] := Sum[x^(k^3), {k, 2, 10}]^3; Exponent[#, x] & /@ List @@ Normal[Series[f[x], {x, 0, max}]]

Total/@Tuples[Range[2, 10]^3, 3]//Union (* Harvey P. Dale, May 26 2019 *)

CROSSREFS

Cf. A003072, A004825, A025456, A258865, A294073.

Sequence in context: A044014 A087093 A118299 * A258865 A072096 A055480

Adjacent sequences: A302357 A302358 A302359 * A302361 A302362 A302363

KEYWORD

nonn

AUTHOR

Ilya Gutkovskiy, Apr 06 2018

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 March 23 16:16 EDT 2023. Contains 361445 sequences. (Running on oeis4.)