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.

A141865 Primes congruent to 13 mod 17.

This page as a plain text file.
%I A141865 #15 Sep 08 2022 08:45:35
%S A141865 13,47,149,251,353,421,523,557,659,727,761,829,863,1033,1237,1373,
%T A141865 1543,1747,1951,2053,2087,2393,2699,2767,2801,2903,2971,3209,3413,
%U A141865 3583,3617,3719,3821,3889,3923,4093,4127,4229,4297,4603,4637,4909,4943,5011,5113
%N A141865 Primes congruent to 13 mod 17.
%H A141865 Vincenzo Librandi, <a href="/A141865/b141865.txt">Table of n, a(n) for n = 1..1000</a>
%F A141865 a(n) ~ 16n log n. - _Charles R Greathouse IV_, Jul 02 2016
%t A141865 Select[Range[13,5000,17],PrimeQ[#]&] (* _Vladimir Joseph Stephan Orlovsky_, Apr 03 2011*)
%t A141865 Select[Prime[Range[700]],Mod[#,17]==13&] (* _Harvey P. Dale_, Jan 16 2022 *)
%o A141865 (Magma) [p: p in PrimesUpTo(6000) | p mod 17 eq 13 ]; // _Vincenzo Librandi_, Aug 15 2012
%o A141865 (PARI) is(n)=isprime(n) && n%17==13 \\ _Charles R Greathouse IV_, Jul 02 2016
%Y A141865 Cf. A129484.
%K A141865 nonn,easy
%O A141865 1,1
%A A141865 _N. J. A. Sloane_, Jul 11 2008