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.

A141982 Primes congruent to 6 mod 29.

This page as a plain text file.
%I A141982 #21 Sep 08 2022 08:45:35
%S A141982 151,383,499,557,673,1021,1427,1543,1601,1949,2239,2297,2819,3109,
%T A141982 3167,3457,3631,3863,4153,4211,4327,4733,5023,5081,5197,6067,6299,
%U A141982 6473,6763,7459,7517,7691,8039,8329,8387,8677,9199,9257,9431,9547,9721,10069,10243
%N A141982 Primes congruent to 6 mod 29.
%H A141982 Vincenzo Librandi, <a href="/A141982/b141982.txt">Table of n, a(n) for n = 1..1000</a>
%F A141982 a(n) ~ 28n log n. - _Charles R Greathouse IV_, Jul 03 2016
%t A141982 Select[Range[6,10000,29],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Apr 06 2011 *)
%t A141982 Select[Prime[Range[1500]],Mod[#,29]==6&] (* _Harvey P. Dale_, Jul 21 2021 *)
%o A141982 (Magma) [ p: p in PrimesUpTo(11000) | p mod 29 eq 6 ]; // _Vincenzo Librandi_, Apr 07 2011
%o A141982 (PARI) is(n)=isprime(n) && n%29==6 \\ _Charles R Greathouse IV_, Jul 03 2016
%Y A141982 Cf. A000040, A141977, A141978.
%K A141982 nonn,easy
%O A141982 1,1
%A A141982 _N. J. A. Sloane_, Jul 11 2008