|
| |
|
|
A004825
|
|
Numbers that are the sum of at most 3 positive cubes.
|
|
2
| |
|
|
0, 1, 2, 3, 8, 9, 10, 16, 17, 24, 27, 28, 29, 35, 36, 43, 54, 55, 62, 64, 65, 66, 72, 73, 80, 81, 91, 92, 99, 118, 125, 126, 127, 128, 129, 133, 134, 136, 141, 152, 153, 155, 160, 179, 189, 190, 192, 197, 216, 217, 218, 224, 225, 232, 243, 244
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,3
|
|
|
LINKS
| T. D. Noe, Table of n, a(n) for n=1..1000
Index entries for sequences related to sums of cubes
|
|
|
MATHEMATICA
| q=7; imax=q^3; Select[Union[Flatten[Table[x^3+y^3+z^3, {x, 0, q}, {y, x, q}, {z, y, q}]]], #<=imax&] (* From Vladimir Joseph Stephan Orlovsky, Apr 20 2011 *)
|
|
|
CROSSREFS
| Sequence in context: A169868 A191159 A047360 * A028821 A075190 A047243
Adjacent sequences: A004822 A004823 A004824 * A004826 A004827 A004828
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
| |
|
|