A371479 Irregular triangle read by rows: row n lists the numbers k such that 1<=k<=N/2 and k/N + i/N is in the modular group orbit of i, for N = A008784(n).
0, 1, 2, 3, 5, 4, 7, 5, 12, 13, 6, 9, 7, 23, 17, 11, 8, 18, 27, 31, 9, 13, 38, 34, 22, 10, 23, 33, 15, 11, 57, 47, 57, 37, 12, 17, 27, 44, 28, 70, 13, 47, 80, 55, 19, 43, 68, 81, 75, 14, 91, 32, 73, 33, 21, 47, 15, 107, 89, 64, 57, 16, 23, 83, 82, 37, 60, 53, 38, 17, 133, 138, 105, 72, 133, 25, 129, 114, 18, 57, 148, 99, 93, 136, 42, 19, 27, 173, 43, 117, 104, 70, 99, 81, 115, 183, 63
Offset: 1
Examples
For each row number n, the table below gives N=A008784(n), the number r of terms in the n-th row, and the values of those terms: . terms in row n: n N r k = 1 2 ... r -- -- - --------------- 1 1 1 0; 2 2 1 1; 3 5 1 2; 4 10 1 3; 5 13 1 5; 6 17 1 4; 7 25 1 7; 8 26 1 5; 9 29 1 12; 10 34 1 13; 11 37 1 6; 12 41 1 9; 13 50 1 7; 14 53 1 23; 15 58 1 17; 16 61 1 11; 17 65 2 8, 18; 18 73 1 27; 19 74 1 31; 20 82 1 9; 21 85 2 13, 38; ... For row n=17, N=A008784(17)=65 and 65 has two representations as x^2+y^2: 65 = 1^2 + 8^2 = 7^2 + 4^2. For the pair (1,8), we have (a,b)=(1,7), so ac+bd=57, and -ab-cd = -57 == 8 (mod 65). For the pair (7,4) we have (a,b)=(2,1), so ac+bd=18 and -ac-bd = -18 == 47 (mod 65). Taking the minimum, we find that 8,18 will be consecutive terms in the sequence, and 8/65+i/65, 18/65+i/65 will be all the elements in the orbit of i with imaginary part 1/65 and real part in 0<=Re(z)<=1/2. The next level with two terms is A008784(21)=85.
Links
- MathStackExchange, Representation as a sum of two squares.
Comments