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!)
A133740 Primes which are the sum of four positive 4th powers. 1
19, 179, 419, 499, 643, 673, 769, 883, 1153, 1409, 1459, 1889, 2003, 2083, 2131, 2579, 2609, 2659, 2689, 2819, 3169, 3779, 3889, 3907, 4099, 4129, 4259, 4339, 4513, 4723, 4993, 5009, 5059, 5233, 5347, 5443, 5683, 6529, 6659, 6689, 6899, 7219, 7283, 7459 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Every positive integer is expressible as a sum of (at most) g(4) = 19 biquadratic numbers (Waring's problem). Davenport (1939) showed that G(4) = 16, meaning that all sufficiently large integers require only 16 biquadratic numbers.
LINKS
Eric Weisstein's World of Mathematics, Biquadratic Number.
FORMULA
{primes} INTERSECTION {a^4 + b^4 + c^4 + d^4} = A000040 INTERSECTION {A000583(a) + A000583(b) + A000583(c) + A000583(d) + for a,b,c,d > 0}
EXAMPLE
a(1) = 19 = 2^4 + 1^4 + 1^4 + 1^4 = 16 + 1 + 1 + 1.
a(2) = 179 = 3^4 + 3^4 + 2^4 + 1^4 = 81 + 81 + 16 + 1.
a(3) = 4^4 + 3^4 + 3^4 + 1^4 = 256 + 81 + 81 + 1.
MATHEMATICA
Select[Union[ Flatten[Table[ a^4 + b^4 + c^4 + d^4, {a, 1, 10}, {b, 1, a}, {c, 1, b}, {d, 1, c}]]], PrimeQ]
CROSSREFS
Sequence in context: A041690 A217698 A172642 * A125382 A126540 A008419
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Dec 31 2007
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 20 15:51 EDT 2024. Contains 372717 sequences. (Running on oeis4.)