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.

A142000 Primes congruent to 24 mod 29.

This page as a plain text file.
%I A142000 #17 Sep 08 2022 08:45:35
%S A142000 53,227,401,691,1039,1097,1213,1619,2083,2141,2663,2837,2953,3011,
%T A142000 3301,3359,3533,3823,3881,4229,4519,4751,5099,5273,5563,5737,6143,
%U A142000 6317,6491,6607,6781,7013,7129,7187,7477,7883,8231,8521,8753,9043,9391,9623,9739
%N A142000 Primes congruent to 24 mod 29.
%H A142000 Vincenzo Librandi, <a href="/A142000/b142000.txt">Table of n, a(n) for n = 1..1000</a>
%F A142000 a(n) ~ 28n log n. - _Charles R Greathouse IV_, Jul 03 2016
%t A142000 Select[Range[24,20000,29],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Apr 07 2011 *)
%o A142000 (Magma) [p: p in PrimesUpTo(12000) | p mod 29 eq 24 ]; // _Vincenzo Librandi_, Aug 17 2012
%o A142000 (PARI) is(n)=isprime(n) && n%29==24 \\ _Charles R Greathouse IV_, Jul 03 2016
%Y A142000 Cf. A000040, A141977, A141978.
%K A142000 nonn,easy
%O A142000 1,1
%A A142000 _N. J. A. Sloane_, Jul 11 2008