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.

A154621 Primes congruent to 32 mod 67.

This page as a plain text file.
%I A154621 #14 Sep 08 2022 08:45:40
%S A154621 233,367,769,1171,1439,2243,2377,3181,3449,3583,3851,4253,4789,5861,
%T A154621 6263,6397,7603,8273,9479,9613,11087,11489,12829,13499,13633,13901,
%U A154621 14303,14437,15107,15241,15643,16447,17117,17519,17921,18457,18859
%N A154621 Primes congruent to 32 mod 67.
%H A154621 Vincenzo Librandi, <a href="/A154621/b154621.txt">Table of n, a(n) for n = 1..1000</a>
%F A154621 a(n) ~ 66n log n. - _Charles R Greathouse IV_, Jul 02 2016
%t A154621 Select[Prime[Range[2000]],MemberQ[{32},Mod[#,67]]&] (* _Vincenzo Librandi_, Aug 09 2012 *)
%o A154621 (Magma) [p: p in PrimesUpTo(20000) | p mod 67 eq 32 ]; // _Vincenzo Librandi_, Aug 09 2012
%o A154621 (PARI) is(n)=isprime(n) && n%67==32 \\ _Charles R Greathouse IV_, Jul 02 2016
%Y A154621 Cf. A144562.
%K A154621 nonn,easy
%O A154621 1,1
%A A154621 _Vincenzo Librandi_, Jan 17 2009
%E A154621 Edited by _N. J. A. Sloane_, Jun 23 2010