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 A142316 #11 Oct 12 2024 17:32:30 %S A142316 53,233,503,593,683,773,863,953,1223,1493,1583,2213,2393,2663,2753, %T A142316 2843,3023,3203,3833,3923,4013,4283,4373,4463,4643,4733,5003,5273, %U A142316 5813,5903,6173,6263,6353,6803,6983,7253,7433,7523,7703,7793,7883,8243,8423,8513 %N A142316 Primes congruent to 8 mod 45. %H A142316 Vincenzo Librandi, <a href="/A142316/b142316.txt">Table of n, a(n) for n = 1..1000</a> %F A142316 a(n) ~ 24n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A142316 Select[Prime[Range[3000]],MemberQ[{8},Mod[#,45]]&] (* _Vincenzo Librandi_, Aug 25 2012 *) %t A142316 Select[Range[8,9000,45],PrimeQ] (* _Harvey P. Dale_, Oct 12 2024 *) %o A142316 (Magma) [p: p in PrimesUpTo(10000) | p mod 45 eq 8]; // _Vincenzo Librandi_, Aug 25 2012 %o A142316 (PARI) is(n)=isprime(n) && n%45==8 \\ _Charles R Greathouse IV_, Jul 02 2016 %Y A142316 Cf. A000040. %K A142316 nonn,easy %O A142316 1,1 %A A142316 _N. J. A. Sloane_, Jul 11 2008