A318911 Numbers k such that -3 is a quadratic residue modulo 360*k + 1, 360*k + 2, 360*k + 3 and 360*k + 4.
0, 2, 13, 17, 18, 20, 21, 25, 31, 40, 47, 51, 54, 57, 68, 69, 76, 83, 91, 102, 109, 110, 117, 119, 120, 131, 132, 134, 138, 142, 145, 149, 168, 171, 174, 176, 179, 182, 183, 189, 204, 205, 207, 208, 211, 212, 218, 229, 230, 234, 245, 253, 263, 281, 286, 293, 295
Offset: 1
Keywords
Examples
2 is a term since 93^2 == -3 (mod 721), 137^2 == -3 (mod 722), 210^2 == -3 (mod 723) and 97^2 == -3 (mod 724).
Links
- Altug Alkan, Table of n, a(n) for n = 1..10000
Crossrefs
Cf. A318527.
Programs
Formula
a(n) = (A318527(n) - 1)/360.
Comments