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 A142312 #11 Sep 08 2022 08:45:36 %S A142312 181,271,541,631,811,991,1171,1531,1621,1801,2161,2251,2341,2521,2791, %T A142312 2971,3061,3331,3511,3691,4051,4231,4591,4861,4951,5581,5851,6121, %U A142312 6211,6301,6481,6571,6661,6841,7561,7741,8011,8101,8191,8461,8641,8731,8821,9001 %N A142312 Primes congruent to 1 mod 45. %H A142312 Vincenzo Librandi, <a href="/A142312/b142312.txt">Table of n, a(n) for n = 1..1000</a> %F A142312 a(n) ~ 24n log n. - _Charles R Greathouse IV_, Jul 02 2016 %t A142312 Select[Prime[Range[3000]],MemberQ[{1},Mod[#,45]]&] (* _Vincenzo Librandi_, Aug 25 2012 *) %t A142312 Select[Range[1,10000,45],PrimeQ] (* _Harvey P. Dale_, Mar 10 2016 *) %o A142312 (Magma) [p: p in PrimesUpTo(10000) | p mod 45 eq 1]; // _Vincenzo Librandi_, Aug 25 2012 %o A142312 (PARI) is(n)=isprime(n) && n%45==1 \\ _Charles R Greathouse IV_, Jul 02 2016 %Y A142312 Cf. A000040. %K A142312 nonn,easy %O A142312 1,1 %A A142312 _N. J. A. Sloane_, Jul 11 2008