OFFSET
1,1
COMMENTS
Originally erroneously named "Primes that are not squares mod 30". - M. F. Hasler, Jan 18 2016
REFERENCES
Hirschhorn, Michael D. "On the 2-and 4-dissections of the Rogers-Ramanujan functions." The Ramanujan Journal 40.2 (2016): 227-235.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
MATHEMATICA
Select[Prime[Range[200]], JacobiSymbol[#, 30]==-1&]
PROG
(Magma) [p: p in PrimesUpTo(569) | KroneckerSymbol(p, 30) eq -1]; // Bruno Berselli, Sep 11 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, May 25 2011
EXTENSIONS
Definition corrected, following a suggestion from David Broadhurst, by M. F. Hasler, Jan 18 2016
STATUS
approved