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.

A240129 Triangular numbers that are squares of triangular numbers.

Original entry on oeis.org

0, 1, 36
Offset: 1

Views

Author

Jonathan Sondow, Apr 02 2014

Keywords

Comments

Ljunggren used p-adic methods to prove that 0, 1, and 36 are the only triangular numbers that are squares of triangular numbers.
Same as: the only positive integer solutions of (x(x-1))^2 = 2y(y-1) are (x,y) = (1,1), (2,2), and (4,9).
Cassels used elliptic curves to simplify Ljunggren's proof.
Subsequence of A001110 (triangular numbers that are squares).

Examples

			1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 = 36 = 6^2 = (1 + 2 + 3)^2.
		

Crossrefs