login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A278579
Quadratic non-residues of 23: numbers n such that Jacobi(n,23) = -1.
3
5, 7, 10, 11, 14, 15, 17, 19, 20, 21, 22, 28, 30, 33, 34, 37, 38, 40, 42, 43, 44, 45, 51, 53, 56, 57, 60, 61, 63, 65, 66, 67, 68, 74, 76, 79, 80, 83, 84, 86, 88, 89, 90, 91, 97, 99, 102, 103, 106, 107, 109, 111, 112, 113, 114, 120, 122, 125, 126, 129, 130, 132, 134, 135, 136, 137, 143, 145, 148, 149
OFFSET
1,1
COMMENTS
Important for the study of Ramanujan numbers A000594.
REFERENCES
Wilton, John Raymond. "Congruence properties of Ramanujan's function τ(n)." Proceedings of the London Mathematical Society 2.1 (1930): 1-10. See page 1.
FORMULA
From Robert Israel, Nov 30 2016: (Start)
a(n+11) = a(n)+23.
G.f.: (x^11+x^10+x^9+x^8+2*x^7+2*x^6+x^5+3*x^4+x^3+3*x^2+2*x+5)/(x^12-x^11-x+1). (End)
MATHEMATICA
LinearRecurrence[{1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1}, {5, 7, 10, 11, 14, 15, 17, 19, 20, 21, 22, 28}, 80] (* Harvey P. Dale, Jan 12 2020 *)
CROSSREFS
For the primes in this sequence see A191065.
Sequence in context: A056818 A028736 A028759 * A088707 A241265 A189290
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 29 2016
STATUS
approved