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 A142755 #14 Sep 08 2022 08:45:37 %S A142755 677,1031,1621,2447,2683,2801,3037,3391,3863,4099,4217,5279,5869,5987, %T A142755 6577,7639,7757,7993,8111,8819,9173,10589,11887,12241,12713,13421, %U A142755 14011,15073,15427,16253,16607,16843,17551,17669,18731,19793,20029,20147,21563,21799 %N A142755 Primes congruent to 28 mod 59. %H A142755 Vincenzo Librandi, <a href="/A142755/b142755.txt">Table of n, a(n) for n = 1..1000</a> %F A142755 a(n) ~ 58n log n. - _Charles R Greathouse IV_, Jul 03 2016 %t A142755 Select[59*Range[400]+28,PrimeQ] (* _Harvey P. Dale_, Jul 19 2011 *) %t A142755 Select[Prime[Range[2600]], MemberQ[{28}, Mod[#, 59]] &] (* _Vincenzo Librandi_, Sep 03 2012 *) %o A142755 (Magma) [p: p in PrimesUpTo(22000) | p mod 59 eq 28 ]; // _Vincenzo Librandi_, Sep 03 2012 %o A142755 (PARI) is(n)=isprime(n) && n%59==28 \\ _Charles R Greathouse IV_, Jul 03 2016 %Y A142755 Cf. A000040, A144562. %K A142755 nonn,easy %O A142755 1,1 %A A142755 _N. J. A. Sloane_, Jul 11 2008