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.

A018889 Numbers whose shortest representation as a sum of positive cubes requires exactly 8 cubes.

Original entry on oeis.org

15, 22, 50, 114, 167, 175, 186, 212, 231, 238, 303, 364, 420, 428, 454
Offset: 1

Views

Author

Anonymous

Keywords

Comments

Wieferich proved that 167 is the unique prime in this sequence. - Jonathan Vos Post, Sep 23 2006

References

  • Joe Roberts, Lure of the Integers, entry 239.

Crossrefs

Subsequence of A018888.

Programs

  • Mathematica
    max = 500; nn = Union[(#*#).# & /@ Tuples[Range[0, 7], {7}]][[1 ;; max]]; Select[{#, PowersRepresentations[#, 8, 3]} & /@ Complement[Range[max], nn] , #[[2]] != {} &][[All, 1]] (* Jean-François Alcover, Jul 21 2011 *)

Extensions

Corrected by Arlin Anderson.
Additional comments from Jud McCranie.
Edited by N. J. A. Sloane, Aug 10 2022