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.

A046050 Sum of 19 but no fewer nonzero fourth powers.

Original entry on oeis.org

79, 159, 239, 319, 399, 479, 559
Offset: 1

Views

Author

Keywords

Comments

Dickson noted that this sequence is complete to 4100. Deshouillers, Hennecart and Landreau showed that this sequence is complete up to 10^245, and Kawada, Wooley and Deshouillers showed that it is complete beyond 10^220.

References

  • J.-M. Deshouillers, K. Kawada and T. D. Wooley, On sums of sixteen biquadrates, Mem. Soc. Math. Fr. 100 (2005), pp. 120.

Crossrefs

Programs

  • Mathematica
    Select[Range[1000], (pr = PowersRepresentations[#, 19, 4]; test = pr != {} && FreeQ[pr, r_List /; (Times @@ r) == 0]; If[test, Print[#]]; test) &] (* Jean-François Alcover, Oct 30 2012 *)
  • PARI
    is(n)=n%80==79 && n<600 && n>0 \\ Charles R Greathouse IV, Jan 23 2014

Extensions

More terms from Arlin Anderson (starship1(AT)gmail.com). Jud McCranie remarks that probably all terms are shown.