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 A154628 #15 Jun 02 2025 01:18:24 %S A154628 181,619,911,1787,1933,2371,2663,3539,4561,4999,5437,7043,7481,7919, %T A154628 8941,9817,11131,11423,12007,13613,13759,14051,14197,14489,15073, %U A154628 15511,15803,17117,18869,19891,20183,21059,22811,23687,23833,24709,25147 %N A154628 Primes congruent to 35 mod 73. %H A154628 Vincenzo Librandi, <a href="/A154628/b154628.txt">Table of n, a(n) for n = 1..1000</a> %F A154628 a(n) ~ 72n log n. - _Charles R Greathouse IV_, Jul 03 2016 %t A154628 Select[Prime[Range[3000]],Mod[#,73]==35&] (* _Harvey P. Dale_, May 21 2011 *) %t A154628 Select[Prime[Range[3000]], MemberQ[{35}, Mod[#, 73]] &] (* _Vincenzo Librandi_, Sep 07 2012 *) %o A154628 (Magma) [p: p in PrimesUpTo(26000) | p mod 73 eq 35]; // _Vincenzo Librandi_, Sep 07 2012 %o A154628 (PARI) is(n)=isprime(n) && n%73==35 \\ _Charles R Greathouse IV_, Jul 03 2016 %Y A154628 Cf. A000040, A144562. %K A154628 nonn,easy %O A154628 1,1 %A A154628 _Vincenzo Librandi_, Jan 17 2009