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.

A142562 Primes congruent to 32 mod 53.

This page as a plain text file.
%I A142562 #12 Oct 01 2024 20:44:30
%S A142562 191,509,827,1039,1993,2099,2311,2417,3371,3583,4007,4219,4643,5279,
%T A142562 6551,6763,6869,7187,7717,7823,8353,9413,11003,11321,12487,12911,
%U A142562 13229,13441,13759,14713,15031,15137,15349,15667,15773,16091,17257,17681,18211,19483
%N A142562 Primes congruent to 32 mod 53.
%H A142562 Vincenzo Librandi, <a href="/A142562/b142562.txt">Table of n, a(n) for n = 1..1000</a>
%F A142562 a(n) ~ 52n log n. - _Charles R Greathouse IV_, Jul 03 2016
%t A142562 Select[Prime[Range[2600]], MemberQ[{32}, Mod[#, 53]] &] (* _Vincenzo Librandi_, Aug 30 2012 *)
%o A142562 (Magma) [p: p in PrimesUpTo(20000) | p mod 53 eq 32]; // _Vincenzo Librandi_, Aug 30 2012
%o A142562 (PARI) is(n)=isprime(n) && n%53==32 \\ _Charles R Greathouse IV_, Jul 03 2016
%Y A142562 Cf. A000040.
%K A142562 nonn,easy
%O A142562 1,1
%A A142562 _N. J. A. Sloane_, Jul 11 2008