The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A046048 Numbers that are the sum of 17 but no fewer nonzero fourth powers. 6
47, 62, 77, 127, 142, 157, 207, 222, 237, 287, 302, 317, 367, 382, 397, 447, 462, 477, 527, 542, 557, 607, 622, 687, 702, 752, 767, 782, 847, 862, 927, 942, 992, 1007, 1022, 1087, 1102, 1167, 1182, 1232, 1247, 1327, 1407, 1487, 1567, 1647, 1727, 1807, 2032 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A043178 A043958 A099591 * A163390 A332078 A023303
KEYWORD
nonn,fini,full,nice
AUTHOR
EXTENSIONS
More terms from Arlin Anderson (starship1(AT)gmail.com)
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 18 06:43 EDT 2024. Contains 372618 sequences. (Running on oeis4.)