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 A141850 #23 Apr 29 2025 13:36:54 %S A141850 3,47,113,157,179,223,311,421,443,487,509,619,641,751,773,839,883,971, %T A141850 1103,1213,1279,1301,1367,1433,1499,1543,1609,1697,1741,1873,2027, %U A141850 2137,2203,2269,2357,2423,2467,2621,2687,2731,2753,2797,2819,3061,3083,3259,3347 %N A141850 Primes congruent to 3 mod 11. %C A141850 Primes congruent to 3 mod 22. - _Chai Wah Wu_, Apr 29 2025 %H A141850 Vincenzo Librandi, <a href="/A141850/b141850.txt">Table of n, a(n) for n = 1..1000</a> %F A141850 a(n) ~ 10n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A141850 Select[Range[3,10000,11],PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, May 18 2011 *) %t A141850 Select[Prime[Range[500]],Mod[#,11]==3&] (* _Harvey P. Dale_, Jul 14 2021 *) %o A141850 (Magma) [ p: p in PrimesUpTo(5000) | p mod 11 eq 3 ]; // _Vincenzo Librandi_, Apr 19 2011 %o A141850 (PARI) is(n)=isprime(n) && n%11==3 \\ _Charles R Greathouse IV_, Jul 02 2016 %Y A141850 Cf. A141849, A090187. %K A141850 nonn,easy %O A141850 1,1 %A A141850 _N. J. A. Sloane_, Jul 11 2008