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.

A099591 Numbers that are the sum of no fewer than 17 biquadrates (4th powers).

Original entry on oeis.org

47, 62, 63, 77, 78, 79, 127, 142, 143, 157, 158, 159, 207, 222, 223, 237, 238, 239, 287, 302, 303, 317, 318, 319, 367, 382, 383, 397, 398, 399, 447, 462, 463, 477, 478, 479, 527, 542, 543, 557, 558, 559, 607, 622, 623, 687, 702, 703, 752, 767, 782, 783
Offset: 1

Views

Author

Ralf Stephan, Oct 25 2004

Keywords

Comments

There are 96 members in the sequence, the largest being 13792, see the Deshouillers et al. references.

Examples

			62 is the sum of 17 4th powers and no fewer, so 62 is a member.
63 is the sum of 18 4th powers and no fewer, so 63 is a member, although it is not a member of A046048.
		

Crossrefs

Programs

  • Mathematica
    f[n_] := f[n] = (k = 0; While[k++; PowersRepresentations[n, k, 4] == {}]; k); Select[Range[800], f[#] >= 17 &] (* Jean-François Alcover, Sep 02 2011 *)

Extensions

a(25) changed from 368 to 367 by T. D. Noe, Sep 07 2006