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.

A138760 Numbers n such that n^4 is a sum of 4th powers of four nonzero integers whose sum is n.

Original entry on oeis.org

5491, 10982, 16473, 21964, 27455, 32946, 38437, 43928, 49419, 51361, 54910, 60401, 65892, 71383, 76874, 82365, 87856, 93347, 98838, 102722, 104329, 109820, 115311, 120802, 126293, 131784, 137275, 142766, 148257, 153748, 154083, 159239, 164730
Offset: 1

Views

Author

Jonathan Sondow, Mar 28 2008

Keywords

Comments

Any multiple of a member is also a member. A member that is not a multiple of another member is called primitive. Using elliptic curves, Jacobi and Madden prove that there are infinitely many primitive members. According to them, the only primitive members less than 222,000 are 5491 (due to Brudno) and 51361 (due to Wroblewski).

Examples

			5491^4 = 5400^4 + (-2634)^4 + 1770^4 + 955^4 and 5491 = 5400 - 2634 + 1770 + 955, so 5491 is a member (Brudno).
51361^4 = 48150^4 + (-31764)^4 + 27385^4 + 7590^4 and 51361 = 48150 - 31764 + 27385 + 7590, so 51361 is a member (Wroblewski).
1347505009^4 = 1338058950^4 + (-89913570)^4 + 504106884^4 + (-404747255)^4, and 1347505009 = 1338058950 - 89913570 + 504106884 - 404747255, so 1347505009 is a member (Jacobi-Madden).
		

Crossrefs

Formula

n^4 = a^4 + b^4 + c^4 + d^4 = (a+b+c+d)^4 with abcd =/= 0.