cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A046040 Numbers that are the sum of 6 but no fewer positive cubes.

Original entry on oeis.org

6, 13, 20, 34, 39, 41, 46, 48, 53, 58, 60, 69, 76, 79, 84, 86, 95, 98, 102, 104, 105, 110, 117, 121, 123, 124, 132, 139, 147, 151, 158, 165, 170, 173, 177, 184, 196, 202, 203, 210, 215, 221, 222, 228, 235, 236, 242, 247, 249, 263, 265, 268, 273, 275, 284, 287
Offset: 1

Views

Author

Keywords

Comments

According to the McCurley article, it is conjectured that there are exactly 3922 terms of which the largest is a(3922) = 1290740.

Crossrefs

Programs

  • Mathematica
    Select[Range[300], (pr = PowersRepresentations[#, 6, 3]; pr != {} && Count[pr, r_/; (Times @@ r) == 0] == 0)&] (* Jean-François Alcover, Jul 26 2011 *)

Extensions

Corrected by Arlin Anderson (starship1(AT)gmail.com).