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.

A216284 Number of solutions to the equation x^4+y^4 = n with x >= y > 0.

Original entry on oeis.org

0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 1

Views

Author

V. Raman, Sep 03 2012

Keywords

Examples

			From _Antti Karttunen_, Aug 28 2017: (Start)
For n = 2 there is one solution: 2 = 1^4 + 1^4, thus a(2) = 1.
For n = 17 there is one solution: 17 = 2^4 + 1^4, thus a(17) = 1.
For n = 635318657 we have two solutions: 635318657 = 158^4 + 59^4 = 134^4 + 133^4, thus a(635318657) = 2. Note that this is the first point where the sequence attains value greater than 1. See _Charles R Greathouse IV_'s Jan 12 2017 comment in A216280.
(End)
		

Crossrefs

Programs

Formula

a(n) <= A216280(n). - Antti Karttunen, Aug 28 2017

Extensions

Definition edited to match the given data and the second part of offset (635318657) explicitly added by Antti Karttunen, Aug 28 2017