A206549 Nontrivial solution of x^2 == 1 (Modd p), where p is the n-th prime of the form 4*k+1, for odd restricted residue classes Modd p.
3, 5, 13, 17, 31, 9, 23, 11, 27, 55, 75, 91, 33, 15, 37, 105, 129, 93, 19, 81, 183, 107, 89, 177, 241, 187, 217, 53, 155, 25, 203, 189, 213, 311, 269, 115, 63, 381, 143, 29, 179, 67, 109, 413, 301, 235, 489, 439, 483, 553
Offset: 1
Keywords
Examples
a(6)=9 because the corresponding prime is A002144(6)=41, 9^2 = 81, and 81 Modd 41 is per definition -81 mod 2*41 = +1 (the definition uses the parity of floor(81/41) = 1 being odd, hence the - sign), thus 9^2 == 1 (Modd 41), and 9 is not congruent to 1 (Modd 41) (or -1 (Modd 41)), hence a nontrivial solution. A002144(n): 5, 13, 17, 29, 37, 41, 53, 61, 73, 89, 97, ... a(n): 3, 5, 13, 17, 31, 9, 23, 11, 27, 55, 75, ... 3^2 = 9, 9 Modd 5 := -9 mod 10 = 1, the smallest positive representative of the class 1 (Modd 5) = {+-1,+-9,+-11,+-19,...}. 5^2 = 25, 25 Modd 13 := -25 mod 26 = 1. 13^2 = 169, 169 Modd 17 := -169 mod 34 = 1. 17^2 = 289, 289 Modd 29 := -289 mod 2*29 = 1. ... E.g., for the odd prime 7, not in A002144, there are no self-inverse elements in the multiplicative group Modd 7 (on the odd numbers) except the trivial 1. The inverse of 3 is 5 (Modd 7) and vice versa, since 3*5 = 15 and 15 Modd 7 := 15 mod 14 = 1. (*) From _Rémi Guillaume_, Sep 08 2024: (Start) (*) The finite multiplicative group Modd 7 (on the odd residue classes) is of odd order: (7-1)/2 = 3, and is isomorphic to the additive cyclic group Z_3. Moreover, Z_3 has two generating elements: [1] and [2] (mod 3), and no nontrivial self-opposite elements -- since [1]+[2] = [0] (mod 3); likewise, {[1],[3],[5]} (Modd 7) has two generating elements: [3] and [5] (Modd 7), and no nontrivial self-inverse elements -- since [3]*[5] = [1] (Modd 7). 13 is an odd prime in A002144; the finite multiplicative group Modd 13 (on the odd residue classes) is of even order: (13-1)/2 = 6 = 2*3, and is isomorphic to the additive cyclic group Z_6. Moreover, Z_6 has two generating elements: [1] and [5] (mod 6), and one nontrivial self-opposite element: 3*[1] = 3*[5] = [3] (mod 6) -- since [1]+[5] = [2]+[4] = 2*[3] = [0] (mod 6); likewise, {[1],[3],[5],[7],[9],[11]} (Modd 13) has two generating elements: [7] and [11] (Modd 13), and one nontrivial self-inverse element: [7]^3 = [11]^3 = [5] (Modd 13) -- since [3]*[9] = [5]^2 = [7]*[11] = [1] (Modd 13). 17 is an odd prime in A002144; the finite multiplicative group Modd 17 (on the odd residue classes) is of even order: (17-1)/2 = 8 = 2*4, and is isomorphic to the additive cyclic group Z_8. Moreover, Z_8 has four generating elements: [1], [3], [5], [7] (mod 8), and one nontrivial self-opposite element: 4*[1] = 4*[3] = 4*[5] = 4*[7] = [4] (mod 8) -- since [1]+[7] = [2]+[6] = [3]+[5] = 2*[4] = [0] (mod 8); likewise, {[1],[3],[5],[7],[9],[11],[13],[15]} (Modd 17) has four generating elements: [3], [5], [7], [11] (Modd 17), and one nontrivial self-inverse element: [3]^4 = [5]^4 = [7]^4 = [11]^4 = [13] (Modd 17) -- since [3]*[11] = [5]*[7] = [9]*[15] = [13]^2 = [1] (Modd 17). (End)
Links
Formula
a(n)^2 == 1 (Modd A002144(n)), n>=1, a(n) the smallest positive solution not 1. For Modd p, p an odd prime, see the comment section and the examples.
Comments