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 A141853 #17 Sep 08 2022 08:45:35 %S A141853 17,61,83,127,149,193,281,347,457,479,523,677,743,787,809,853,919,941, %T A141853 1051,1117,1249,1381,1447,1579,1601,1667,1733,1777,1931,1997,2063, %U A141853 2129,2239,2371,2393,2437,2459,2503,2591,2657,2767,2789,2833,3119,3163,3229,3251 %N A141853 Primes congruent to 6 mod 11. %H A141853 Vincenzo Librandi, <a href="/A141853/b141853.txt">Table of n, a(n) for n = 1..1000</a> %F A141853 a(n) ~ 10n log n. - _Charles R Greathouse IV_, Jul 03 2016 %t A141853 Select[Range[6, 50000, 11], PrimeQ] (* _Vladimir Joseph Stephan Orlovsky_, Jun 13 2011 *) %o A141853 (Magma) [ p: p in PrimesUpTo(5000) | p mod 11 eq 6 ]; // _Vincenzo Librandi_, Apr 19 2011 %o A141853 (PARI) is(n)=isprime(n) && n%11==6 \\ _Charles R Greathouse IV_, Jul 03 2016 %Y A141853 Cf. A000040. %K A141853 nonn,easy %O A141853 1,1 %A A141853 _N. J. A. Sloane_, Jul 11 2008