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 A142026 #12 Sep 08 2022 08:45:35 %S A142026 53,239,487,673,797,859,983,1231,1789,1913,2099,2161,2347,2657,2719, %T A142026 2843,3463,4021,4517,4703,4889,4951,5261,5323,5881,6067,6563,6997, %U A142026 7121,7307,7369,7741,7927,8237,8423,8609,9043,9539,9601,9787,9973,10159,10531,10903 %N A142026 Primes congruent to 22 mod 31. %H A142026 Vincenzo Librandi, <a href="/A142026/b142026.txt">Table of n, a(n) for n = 1..1000</a> %F A142026 a(n) ~ 30n log n. - _Charles R Greathouse IV_, Jul 03 2016 %t A142026 Select[Range[22,20000,31],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Apr 30 2011 *) %o A142026 (Magma) [p: p in PrimesUpTo(12000) | p mod 31 eq 22 ]; // _Vincenzo Librandi_, Aug 17 2012 %o A142026 (PARI) is(n)=isprime(n) && n%31==22 \\ _Charles R Greathouse IV_, Jul 03 2016 %Y A142026 Cf. A000040, A142005, A142006, A142023. %K A142026 nonn,easy %O A142026 1,1 %A A142026 _N. J. A. Sloane_, Jul 11 2008