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.

A122540 Primes that can be written in n ways as the sum of three fourth powers.

Original entry on oeis.org

2, 137633, 409698593
Offset: 1

Views

Author

Thomas Womack (tom(AT)womack.net), Sep 19 2006

Keywords

Comments

If you replace 'prime' with 'odd number', the sequence is 17, 2673, 16196193, 155129315313, ... Next term is at least 3000^4.
The restriction to primes is quite severe and to odd numbers reasonably so; otherwise x^4+y^4+(x+y)^4=2(x^2+xy+y^2)^2 gives very many examples of the form 2k^2.

Examples

			a(2)=137633; 8^4+13^4+18^4 = 9^4+16^4+16^4 and this is the smallest prime N for which this holds
a(3)=409698593; 128^4+109^4+18^4 = 129^4+94^4+86^4 = 142^4+42^4+1
		

Crossrefs

Obvious variant on A085559.