OFFSET
1,1
COMMENTS
a(65) = 13792 is the last term of this sequence; see A099591 for further references.
LINKS
T. D. Noe, Table of n, a(n) for n= 1..65 (full sequence)
Eric Weisstein's World of Mathematics, Biquadratic Number.
EXAMPLE
62 is the sum of 17 4th powers and no fewer, so 62 is a term.
63 is the sum of 18 4th powers and no fewer, so 63 is not a term, although it is a term of A099591.
MATHEMATICA
lim = 2100; f[n_] := f[n] = (k = 0; While[k++; k <= 17 && PowersRepresentations[n, k, 4] == {}]; k); Select[Range[lim], f[#] == 17 &] (* Jean-François Alcover, Sep 08 2011 *)
CROSSREFS
KEYWORD
nonn,fini,full,nice
AUTHOR
EXTENSIONS
More terms from Arlin Anderson (starship1(AT)gmail.com)
STATUS
approved