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 A142732 #13 Sep 08 2022 08:45:37 %S A142732 5,241,359,1303,1657,2011,2129,2719,2837,3191,4253,5197,5669,6967, %T A142732 7321,7793,8147,8501,8737,9091,9209,10271,10861,10979,11923,12041, %U A142732 12277,13103,13339,13457,13693,14401,14519,15227,15581,15817,16879,17351,18059,18413 %N A142732 Primes congruent to 5 mod 59. %C A142732 Primes congruent to 5 mod 118. - Vladimir Joseph Stephan Orlovsky, Jul 14 2011. %H A142732 Vincenzo Librandi, <a href="/A142732/b142732.txt">Table of n, a(n) for n = 1..1000</a> %F A142732 a(n) ~ 58n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A142732 Select[Range[5, 30000, 118], PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Jul 14 2011 *) %t A142732 Select[Prime[Range[2600]], MemberQ[{5}, Mod[#, 59]] &] (* _Vincenzo Librandi_, Sep 02 2012 *) %o A142732 (Magma) [p: p in PrimesUpTo(19000) | p mod 59 eq 5 ]; // _Vincenzo Librandi_, Sep 02 2012 %o A142732 (PARI) is(n)=isprime(n) && n%59==5 \\ _Charles R Greathouse IV_, Jul 02 2016 %Y A142732 Cf. A000040, A142322. %K A142732 nonn,easy %O A142732 1,1 %A A142732 _N. J. A. Sloane_, Jul 11 2008