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 A141855 #23 Apr 29 2025 13:37:06 %S A141855 19,41,107,151,173,239,283,349,503,547,569,613,701,811,877,1009,1031, %T A141855 1097,1163,1229,1361,1427,1471,1493,1559,1669,1801,1823,1867,1889, %U A141855 1933,1999,2087,2131,2153,2351,2417,2549,2593,2659,2791,2857,2879,3011,3121,3187 %N A141855 Primes congruent to 8 mod 11. %C A141855 Primes congruent to 19 mod 22. - _Chai Wah Wu_, Apr 29 2025 %H A141855 Vincenzo Librandi, <a href="/A141855/b141855.txt">Table of n, a(n) for n = 1..1000</a> %F A141855 a(n) ~ 10n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A141855 Select[Range[19, 50000, 22], PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Jun 13 2011 *) %o A141855 (Magma) [ p: p in PrimesUpTo(5000) | p mod 11 eq 8 ]; // _Vincenzo Librandi_, Apr 19 2011 %o A141855 (PARI) is(n)=isprime(n) && n%11==8 \\ _Charles R Greathouse IV_, Jul 02 2016 %Y A141855 Cf. A142322. %K A141855 nonn,easy %O A141855 1,1 %A A141855 _N. J. A. Sloane_, Jul 11 2008