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.

A094192 Values x of the generator pairs (x, y), x>y of primitive Pythagorean triples, sorted.

Original entry on oeis.org

2, 3, 4, 4, 5, 5, 6, 6, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 10, 10, 10, 10, 11, 11, 11, 11, 11, 12, 12, 12, 12, 13, 13, 13, 13, 13, 13, 14, 14, 14, 14, 14, 14, 15, 15, 15, 15, 16, 16, 16, 16, 16, 16, 16, 16, 17, 17, 17, 17, 17, 17, 17, 17, 18, 18, 18, 18, 18, 18, 19, 19, 19, 19, 19, 19
Offset: 1

Views

Author

Lekraj Beedassy, May 25 2004

Keywords

Comments

The generated primitive Pythagorean triple (X, Y, Z), with XA120098, Y=A120097, Z=A094194. - Lekraj Beedassy, Jul 12 2006
Ordered A147847 (?). - Paul Curtz, Nov 16 2008

References

  • Alfred S. Posamentier, Math Charmers, Tantalizing Tidbits for the Mind, Prometheus Books, NY, 2003, page 145.

Crossrefs

A145906 Concerning hypotenuses of triangles such that the sum of the two legs is a perfect square.

Original entry on oeis.org

9, 19, 27, 33, 57, 51, 51, 73, 89, 83, 107, 99, 139, 129, 137, 123, 129, 187, 187, 163, 177, 171, 209, 257, 201, 233, 267, 227, 251, 337, 243, 321, 313, 307, 297, 289, 291, 387, 411, 363, 347, 393, 339, 379, 369, 363, 417, 401, 393, 491, 499, 473, 593, 449
Offset: 0

Views

Author

Paul Curtz, Oct 23 2008

Keywords

Comments

Last digit is never 5.
Frenicle considers numbers N (apparently the set of A058529 or A120681) and their squares N^2. These have representations N=2*b^2-a^2 = d^2-2*c^2 with d=b+c and N^2 = 2*f^2-e^2 = h^2-2*g^2 with h=f+g. For example N=7 with a=1, b=2, c=1, d=3 and N^2=49 with e=1, f=5, g=4, h=9. The current sequence contains the list of h's.
Apparently the list of N^2 is A089552, the list of a in A143732, the list of b in A147847, the list of e (in different order) in A152910, the list of f (sorted into a different order) in A020882.

Examples

			(a,b,c,d,e,f,g,h) = (1,2,1,3,1,5,4,9) with N=7 or  (1,3,2,5,7,13,6,19) with N=17 or (3,4,1,5,7,17,10,27) with N=23 or (1,4,3,7,17,25,8,33) with N=31.
		

Crossrefs

Showing 1-2 of 2 results.