cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A191018 Primes p with Jacobi symbol (p|3*5) = 1.

This page as a plain text file.
%I A191018 #19 May 23 2021 03:01:26
%S A191018 2,17,19,23,31,47,53,61,79,83,107,109,113,137,139,151,167,173,181,197,
%T A191018 199,211,227,229,233,241,257,263,271,293,317,331,347,349,353,379,383,
%U A191018 409,421,439,443,467,499,503,541,557,563,571,587,593,601,617,619,631
%N A191018 Primes p with Jacobi symbol (p|3*5) = 1.
%C A191018 Originally incorrectly named "Primes that are squares mod 15", which is the subsequence A033212. The present sequence also includes primes which are not square mod 3 neither mod 5, i.e., with Legendre symbols (p|3) = (p|5) = -1. - _David Broadhurst_ and _M. F. Hasler_, Jan 15 2016
%C A191018 Primes congruent to {1, 2, 4, 8} mod 15. - _Wolfdieter Lang_, May 19 2021
%H A191018 Vincenzo Librandi, <a href="/A191018/b191018.txt">Table of n, a(n) for n = 1..1000</a>
%t A191018 Select[Prime[Range[200]], JacobiSymbol[#,15]==1&]
%o A191018 (PARI) is(p)=kronecker(p,15)==1&&isprime(p) \\ _M. F. Hasler_, Jan 15 2016
%Y A191018 Cf. A316569.
%Y A191018 Primes of A341786, except 3 and 5.
%K A191018 nonn,easy
%O A191018 1,1
%A A191018 _T. D. Noe_, May 24 2011
%E A191018 Name corrected upon suggestion from _David Broadhurst_ by _M. F. Hasler_, Jan 15 2016