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.

Showing 1-2 of 2 results.

A365577 Sequence of the short legs of primitive Pythagorean triples beginning with the triple (3,4,5), with each subsequent triple having as its short leg the sum of the legs of the previous triple, and with the long leg and the hypotenuse of each triple being consecutive natural numbers.

Original entry on oeis.org

3, 7, 31, 511, 131071, 8589934591, 36893488147419103231, 680564733841876926926749214863536422911, 231584178474632390847141970017375815706539969331281128078915168015826259279871
Offset: 1

Views

Author

Keywords

Comments

See Corollary 5.1.1 of García-Ortega.
Next term a(10) has 155 digits, so it's too big to include in data.

Examples

			Triangles begin:
  3, 4, 5;
  7, 24, 25;
  31, 480, 481;
  511, 130560, 130561;
  ...
This sequence is the first column.
		

Crossrefs

Cf. A385972 (long legs), A385973 (hypotenuses).

Formula

(a_1, b_1, c_1) = (3,4,5) and for each n > 1:
(a_n, b_n, c_n) = (a_(n-1)+b_(n-1), ((a_(n-1)+b_(n-1))^2-1)/2, ((a_(n-1)+b_(n-1))^2+1)/2)

A385972 The long legs of the triangles defined in A365577.

Original entry on oeis.org

4, 24, 480, 130560, 8589803520, 36893488138829168640, 680564733841876926889855726716117319680, 231584178474632390847141970017375815705859404597439251151988418800962722856960
Offset: 1

Views

Author

Keywords

Crossrefs

Showing 1-2 of 2 results.