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!)
A066890 Cubes that are the sum of three distinct positive cubes. 1
216, 729, 1728, 5832, 6859, 8000, 13824, 15625, 19683, 21952, 24389, 27000, 46656, 54872, 64000, 68921, 74088, 85184, 91125, 97336, 110592, 125000, 148877, 157464, 175616, 185193, 195112, 216000, 250047, 287496, 300763, 328509, 343000, 357911, 373248, 421875 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
David Wells, The Penguin Dictionary of Curious and Interesting Numbers (Rev. ed. 1997), pp. 130, 147.
LINKS
FORMULA
a(n) = (A023042(n))^3. - Christian N. K. Anderson, Aug 10 2014
EXAMPLE
729 is included because it is 9^3 and 1^3 + 6^3 + 8^3 = 729.
MATHEMATICA
maxCube = (m = 67)^3; Reap[ Do[ bmax = (maxCube - a^3)^(1/3) // Ceiling; Do[ cmax = (maxCube - b^3)^(1/3) // Ceiling; Do[ n = a^3 + b^3 + c^3; If[n <= maxCube, If[ IntegerQ[n^(1/3)], Sow[n]]], {c, b, cmax}], {b, a, bmax}], {a, 1, (maxCube - 2)^(1/3) // Ceiling}]][[2, 1]] // Flatten // Union (* Jean-François Alcover, Mar 07 2013 *)
CROSSREFS
Sequence in context: A208089 A333316 A275154 * A242296 A223507 A135590
KEYWORD
nonn
AUTHOR
Harvey P. Dale, Jan 22 2002
EXTENSIONS
Offset corrected by Arkadiusz Wesolowski, Aug 06 2012
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.)