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.
%I A154624 #16 Sep 08 2022 08:45:40 %S A154624 389,673,1667,1951,2377,2803,3229,3371,3797,4507,4649,4933,5501,5927, %T A154624 6211,6353,6637,6779,7489,9619,10613,12601,12743,13879,14447,14731, %U A154624 15299,15583,17713,19417,19559,19843,20269,20411,21121,22541,23251 %N A154624 Primes congruent to 34 mod 71. %C A154624 Prime numbers that belong to the 35th column of A144562. %H A154624 Vincenzo Librandi, <a href="/A154624/b154624.txt">Table of n, a(n) for n = 1..1000</a> %F A154624 a(n) ~ 70n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A154624 Select[Prime[Range[7000]],MemberQ[{34},Mod[#,71]]&] (* _Vincenzo Librandi_, Aug 09 2012 *) %o A154624 (Magma) [p: p in PrimesUpTo(25000) | p mod 71 eq 34 ]; // _Vincenzo Librandi_, Aug 09 2012 %o A154624 (PARI) is(n)=isprime(n) && n%71==34 \\ _Charles R Greathouse IV_, Jul 02 2016 %Y A154624 Cf. A154625, A144562. %K A154624 nonn,easy %O A154624 1,1 %A A154624 _Vincenzo Librandi_, Jan 17 2009