cp's OEIS Frontend

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.

A142330 Primes congruent to 34 mod 45.

This page as a plain text file.
%I A142330 #16 Apr 30 2025 09:17:08
%S A142330 79,349,439,619,709,1069,1249,1429,1609,1699,1789,1879,2239,2689,3049,
%T A142330 3229,3319,3499,3769,4129,4219,4759,5119,5209,5479,5569,5659,5749,
%U A142330 5839,6199,6379,6469,6829,7369,7459,7549,7639,8089,8179,8269,8539,8629,8719,9349
%N A142330 Primes congruent to 34 mod 45.
%C A142330 Primes congruent to 79 mod 90. - _Chai Wah Wu_, Apr 29 2025
%H A142330 Vincenzo Librandi, <a href="/A142330/b142330.txt">Table of n, a(n) for n = 1..1000</a>
%F A142330 a(n) ~ 24n log n. - _Charles R Greathouse IV_, Jul 02 2016
%t A142330 Select[Prime[Range[1500]],Mod[#,45]==34&]  (* _Harvey P. Dale_, Feb 24 2011 *)
%t A142330 Select[Prime[Range[1200]],MemberQ[{34},Mod[#,45]]&] (* _Vincenzo Librandi_, Aug 26 2012 *)
%o A142330 (Magma) [p: p in PrimesUpTo(10000) | p mod 45 eq 34]; // _Vincenzo Librandi_, Aug 26 2012
%o A142330 (PARI) is(n)=isprime(n) && n%45==34 \\ _Charles R Greathouse IV_, Jul 02 2016
%Y A142330 Cf. A000040.
%K A142330 nonn,easy
%O A142330 1,1
%A A142330 _N. J. A. Sloane_, Jul 11 2008