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.

A046047 Sum of 16 but no fewer nonzero fourth powers.

Original entry on oeis.org

31, 46, 61, 76, 111, 126, 141, 156, 191, 206, 221, 236, 271, 286, 301, 316, 351, 366, 381, 396, 431, 446, 461, 476, 496, 511, 526, 541, 556, 591, 606, 621, 671, 686, 701, 736, 751, 766, 781, 831, 846, 861, 911, 926, 941, 976, 991, 1006, 1021, 1071, 1086
Offset: 1

Views

Author

Keywords

Comments

What is the least k such that the sequence "Sum of k but no fewer nonzero fourth powers." is finite? - David A. Corneth, Jun 24 2018
13792 is the last number requiring 17 nonzero fourth powers. This sequence is infinite since numbers of the form 31*16^e always require 16 but no fewer. - Jianing Song, Jul 08 2018

Crossrefs

Programs

  • Mathematica
    Select[Range[  1100], (pr = PowersRepresentations[#, 16, 4]; test = pr != {} && Count[pr, r_ /; (Times @@ r) == 0] == 0; If[test, Print[#]]; test) &] (* Jean-François Alcover, Oct 30 2012 *)

Extensions

More terms from Arlin Anderson (starship1(AT)gmail.com)