A305864 Numbers k such that -3 is a quadratic residue (not necessarily coprime) modulo k, k + 1 and k + 2.
1, 2, 12, 37, 146, 156, 181, 217, 397, 541, 721, 722, 732, 876, 937, 1082, 1092, 1117, 1226, 1236, 1261, 1442, 1621, 1657, 1812, 1981, 2017, 2197, 2306, 2316, 2557, 2676, 2917, 3061, 3097, 3252, 3396, 3457, 3601, 3612, 3746, 3781, 3962, 3997, 4106, 4177, 4357, 4501
Offset: 1
Keywords
Examples
12 is a term since 3^2 == -3 (mod 12), 6^2 == -3 (mod 13) and 5^2 == -3 (mod 14).
Comments