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.

A126637 Difference x-y of generator pairs (x,y) {x and y coprime and not both odd, x>y} of primitive Pythagorean triangles, sorted on values x+y (A126611), then on x-y.

Original entry on oeis.org

1, 1, 3, 1, 3, 5, 1, 5, 7, 1, 3, 5, 7, 9, 1, 3, 5, 7, 9, 11, 1, 7, 11, 13, 1, 3, 5, 7, 9, 11, 13, 15, 1, 3, 5, 7, 9, 11, 13, 15, 17, 1, 5, 11, 13, 17, 19, 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 1, 3, 7, 9, 11, 13, 17, 19, 21, 23, 1, 5, 7, 11
Offset: 1

Views

Author

Lekraj Beedassy, Feb 08 2007

Keywords

Comments

This sequence gives the consecutive rows n = 2*m + 1, for m >= 1, of the array A216319. See the example. - Wolfdieter Lang, Oct 24 2019

Examples

			From _Wolfdieter Lang_, Oct 24 2019: (Start)
From the array A216319 with n = 2*m + 1 = x + y, for m >= 1, the (x, y) values giving the terms of the present sequence as values x-y are:
m, n \ k    1      2      3      4      5      6 ...   x-y values
--------------------------------------------------------------------
1,  3:   (2,1)                                         1
2,  5:   (3,2) (4,1)                                   1 3
3,  7:   (4,3) (5,2)   (6,1)                           1 3  5
4,  9:   (5,4) (7,2)   (8,1)                           1 5  7
5, 11:   (6,5) (7,4)   (8,3)  (9,2) (10,1)             1 3  5  7  9
6, 13:   (7,6) (8,5)   (9,4) (10,3) (11,2) (12,1)      1 3  5  7  9  11
7, 15:   (8,7) (11,4) (13,2) (14,1)                    1 7 11 13
... (End)
		

Crossrefs