(MAGMAMagma) [p: p in PrimesUpTo(12000) | p mod 29 eq 21 ]; // Vincenzo Librandi, Aug 17 2012
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
(MAGMAMagma) [p: p in PrimesUpTo(12000) | p mod 29 eq 21 ]; // Vincenzo Librandi, Aug 17 2012
editing
approved
a(n) ~ 28n log n. - Charles R Greathouse IV, Jul 03 2016
(PARI) is(n)=isprime(n) && n%29==21 \\ Charles R Greathouse IV, Jul 03 2016
approved
editing
proposed
approved
editing
proposed
Select[Range[21, 20000, 29], PrimeQ] (*From _ _Vladimir Joseph Stephan Orlovsky_, Apr 07 2011 *)
approved
editing
proposed
approved
editing
proposed
Select[Range[21, 20000, 29], PrimeQ] (*From _Vladimir Joseph Stephan Orlovsky, _, Apr 7 07 2011*)
approved
editing
proposed
approved