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 A141962 #12 Sep 08 2022 08:45:35 %S A141962 103,157,211,373,643,751,859,967,1021,1129,1237,1291,1399,1453,1669, %T A141962 1723,1777,1831,1993,2371,2749,2803,2857,3019,3181,3343,3559,3613, %U A141962 4099,4153,4261,4423,4639,4801,4909,5179,5233,5449,5503,5557,5827,5881,6043,6151 %N A141962 Primes congruent to 22 mod 27. %H A141962 Vincenzo Librandi, <a href="/A141962/b141962.txt">Table of n, a(n) for n = 1..1000</a> %F A141962 a(n) ~ 18n log n. - _Charles R Greathouse IV_, Jul 03 2016 %t A141962 Select[Range[22, 30000, 27], PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Jun 21 2011 *) %o A141962 (Magma) [p: p in PrimesUpTo(7000) | p mod 27 eq 22 ]; // _Vincenzo Librandi_, Aug 16 2012 %o A141962 (PARI) is(n)=isprime(n) && n%27==22 \\ _Charles R Greathouse IV_, Jul 03 2016 %Y A141962 Cf. A000040, A141964, A141965. %K A141962 nonn,easy %O A141962 1,1 %A A141962 _N. J. A. Sloane_, Jul 11 2008