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.

A274590 Numbers n such that n^2 - 1 is the average of two nonzero squares in exactly one way.

Original entry on oeis.org

9, 19, 33, 35, 73, 99, 145, 161, 163, 195, 243, 393, 483, 513, 577, 721, 723, 1153, 1763, 2177, 2305, 2593, 4803, 5185, 5833, 6273, 6963, 7057, 7395, 8713, 9523, 9603, 10083, 12483, 13923, 14113, 15875, 17425, 17673, 19043, 19601, 20737, 26243
Offset: 1

Views

Author

Altug Alkan, Jun 29 2016

Keywords

Comments

In other words, numbers n such that n^2 - 1 is the sum of two nonzero distinct squares in exactly one way. This explains why there are many common terms between this sequence and A050797.

Examples

			9 is a term because 9^2 - 1 = (4^2 + 12^2) / 2.
		

Crossrefs

Cf. A050797.