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.

A142905 Primes congruent to 29 mod 63.

This page as a plain text file.
%I A142905 #9 Sep 08 2022 08:45:37
%S A142905 29,281,659,911,1163,1289,1667,2297,2423,2549,2801,2927,3557,4691,
%T A142905 4817,4943,5573,6203,6329,6581,6833,6959,7211,7589,7841,8093,8219,
%U A142905 8597,8849,9227,9479,9857,10487,10613,10739,11117,11243,11369,11621,12251,12377,12503
%N A142905 Primes congruent to 29 mod 63.
%H A142905 Vincenzo Librandi, <a href="/A142905/b142905.txt">Table of n, a(n) for n = 1..1000</a>
%F A142905 a(n) ~ 36n log n. - _Charles R Greathouse IV_, Jul 03 2016
%t A142905 Select[Prime[Range[1900]], MemberQ[{29}, Mod[#, 63]] &] (* _Vincenzo Librandi_, Sep 06 2012 *)
%o A142905 (Magma) [p: p in PrimesUpTo(13000) | p mod 63 eq 29 ] ; // _Vincenzo Librandi_, Sep 06 2012
%o A142905 (PARI) is(n)=isprime(n) && n%63==29 \\ _Charles R Greathouse IV_, Jul 03 2016
%Y A142905 Cf. A000040.
%K A142905 nonn,easy
%O A142905 1,1
%A A142905 _N. J. A. Sloane_, Jul 11 2008