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.

A239744 Number of Pythagorean triangles (x, y, z) with legs x < y <= 10^n.

Original entry on oeis.org

2, 63, 1034, 14474, 185864, 2269788, 26809924, 309224756, 3503496007, 39147452729, 432599522197
Offset: 1

Views

Author

Martin Renner, Mar 26 2014

Keywords

Comments

A Pythagorean triangle is a right triangle with integer side lengths x, y, z forming a Pythagorean triple (x, y, z).
Because (x, y, z) is equivalent to (y, x, z), the total number of Pythagorean triangles with legs x, y < 10^n is b(n) = 2*a(n) = 4, 126, 2068, 28948, 371728, ...

Examples

			a(1) = 2, because the only two Pythagorean triangles with x < y < 10 are [3, 4, 5] and [6, 8, 10].
		

Crossrefs

Extensions

a(6)-a(11) from Giovanni Resta, Mar 27 2014

A239786 Number of Pythagorean triangles (x, y, z) with legs x < y < 10^n.

Original entry on oeis.org

2, 62, 1032, 14471, 185860, 2269783, 26809918, 309224749, 3503495999, 39147452720, 432599522187
Offset: 1

Views

Author

Martin Renner, Mar 26 2014

Keywords

Comments

A Pythagorean triangle is a right triangle with integer side length x, y, z forming a Pythagorean triple (x, y, z).
Because (x, y, z) is equivalent to (y, x, z), the total number of Pythagorean triangles with legs x, y < 10^n is b(n) = 2*a(n) = 4, 124, 2064, 28942, ...

Crossrefs

Extensions

a(5)-a(11) from Giovanni Resta, Mar 27 2014
Showing 1-2 of 2 results.