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!)
A046047 Sum of 16 but no fewer nonzero fourth powers. 4
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
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
LINKS
David A. Corneth, Table of n, a(n) for n = 1..681 (terms <= 200000)
Eric Weisstein's World of Mathematics, Biquadratic Number
Wikipedia, Waring's problem
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 *)
CROSSREFS
Sequence in context: A033905 A033661 A219243 * A014313 A095318 A130096
KEYWORD
nonn
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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)