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 A102851 #8 Sep 08 2022 08:45:16 %S A102851 5,43,157,233,271,347,461,499,613,727,1031,1069,1259,1297,1373,1487, %T A102851 1601,1753,1867,2399,2437,2551,2741,2969,3083,3121,3463,3539,3691, %U A102851 3767,3881,3919,4261,4337,4451,4603,4679,4793,4831,5021,5059,5477,5591,5743 %N A102851 Primes of the form 19n + 5. %H A102851 Vincenzo Librandi, <a href="/A102851/b102851.txt">Table of n, a(n) for n = 1..1000</a> %t A102851 Select[Range[5,5000,19],PrimeQ[#]&] (* _Vladimir Joseph Stephan Orlovsky_, Mar 31 2011*) %t A102851 Select[Table[19*n+5,{n,0,1500}],PrimeQ] (* _Vincenzo Librandi_, Jul 19 2012 *) %o A102851 (Magma) [ a: n in [0..400] | IsPrime(a) where a is 19*n+5 ]; // _Vincenzo Librandi_, Jul 19 2012 %Y A102851 Cf. A105854, A141881, A141882, A141883. %K A102851 nonn,easy %O A102851 1,1 %A A102851 Jun Mizuki (suzuki32(AT)sanken.osaka-u.ac.jp), Feb 28 2005