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 A142746 #13 Sep 08 2022 08:45:37 %S A142746 19,137,373,491,727,1553,1789,1907,2143,2851,2969,3323,3559,3677,4621, %T A142746 5683,5801,6037,6863,8161,9341,9931,10639,10993,11701,12409,12527, %U A142746 12763,14533,14887,15241,15359,16067,16421,16657,17011,17483,17837,18191,18427,18899 %N A142746 Primes congruent to 19 mod 59. %H A142746 Vincenzo Librandi, <a href="/A142746/b142746.txt">Table of n, a(n) for n = 1..1000</a> %F A142746 a(n) ~ 58n log n. - _Charles R Greathouse IV_, Jul 03 2016 %t A142746 Select[Range[19, 30000, 118], PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Jul 15 2011 *) %t A142746 Select[Prime[Range[2300]], MemberQ[{19}, Mod[#, 59]] &] (* _Vincenzo Librandi_, Sep 03 2012 *) %o A142746 (Magma) [p: p in PrimesUpTo(19000) | p mod 59 eq 19 ]; // _Vincenzo Librandi_, Sep 03 2012 %o A142746 (PARI) is(n)=isprime(n) && n%59==19 \\ _Charles R Greathouse IV_, Jul 03 2016 %Y A142746 Cf. A000040, A142742, A142744. %K A142746 nonn,easy %O A142746 1,1 %A A142746 _N. J. A. Sloane_, Jul 11 2008