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 A141851 #22 Apr 29 2025 13:37:00 %S A141851 37,59,103,191,257,367,389,433,499,521,587,631,653,719,829,983,1049, %T A141851 1093,1181,1291,1423,1489,1511,1621,1709,1753,1907,1951,1973,2017, %U A141851 2039,2083,2237,2281,2347,2633,2677,2699,2897,2963,3271,3359,3469,3491,3557,3623 %N A141851 Primes congruent to 4 mod 11. %C A141851 Primes congruent to 15 mod 22. - _Chai Wah Wu_, Apr 29 2025 %H A141851 Vincenzo Librandi, <a href="/A141851/b141851.txt">Table of n, a(n) for n = 1..1000</a> %F A141851 a(n) ~ 10n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A141851 Select[Range[4,10000,11],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 18 2011 *) %o A141851 (Magma) [ p: p in PrimesUpTo(5000) | p mod 11 eq 4 ]; // _Vincenzo Librandi_, Apr 19 2011 %o A141851 (PARI) is(n)=isprime(n) && n%11==4 \\ _Charles R Greathouse IV_, Jul 02 2016 %Y A141851 Cf. A000040, A144562, A141849, A090187, A141850. %K A141851 nonn,easy %O A141851 1,1 %A A141851 _N. J. A. Sloane_, Jul 11 2008