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 A142319 #14 Sep 08 2022 08:45:36 %S A142319 59,149,239,419,509,599,1049,1229,1319,1409,1499,1949,2039,2129,2309, %T A142319 2399,2579,2939,3119,3209,3299,3389,3659,3929,4019,4289,4649,4919, %U A142319 5009,5099,5189,5279,5639,6089,6269,6359,6449,6719,6899,7079,7349,7529,8069,8429 %N A142319 Primes congruent to 14 mod 45. %H A142319 Harvey P. Dale, <a href="/A142319/b142319.txt">Table of n, a(n) for n = 1..1000</a> %F A142319 a(n) ~ 24n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A142319 Select[Range[14, 8500, 45], PrimeQ] (* _Harvey P. Dale_, May 09 2012 *) %t A142319 Select[Prime[Range[1200]], MemberQ[{14}, Mod[#, 45]] &] (* _Vincenzo Librandi_, Aug 26 2012 *) %o A142319 (Magma) [p: p in PrimesUpTo(10000) | p mod 45 eq 14]; // _Vincenzo Librandi_, Aug 26 2012 %o A142319 (PARI) is(n)=isprime(n) && n%45==14 \\ _Charles R Greathouse IV_, Jul 02 2016 %Y A142319 Cf. A000040. %K A142319 nonn,easy %O A142319 1,1 %A A142319 _N. J. A. Sloane_, Jul 11 2008