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.

A243582 Integers of the form 8k+7 (A004771) that cannot be written as sum of four distinct squares.

Original entry on oeis.org

7, 15, 23, 31, 47, 55, 103
Offset: 1

Views

Author

Walter Kehowski, Jun 08 2014

Keywords

Examples

			a(6) = 55 since 55 == 7 (mod 8) and all its representations as a sum of squares have duplicates, namely, 55=1^2+1^2+2^2+7^2, 55=1^2+2^2+5^2+5^2, 55=1^2+3^2+3^2+6^2.
		

Crossrefs