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.

A142344 Primes congruent to 25 mod 46.

This page as a plain text file.
%I A142344 #11 Sep 08 2022 08:45:36
%S A142344 71,163,347,439,577,761,853,991,1129,1451,1543,2003,2141,2371,2417,
%T A142344 2647,2693,2969,3061,3613,3659,3797,3889,4027,4073,4211,4349,4441,
%U A142344 4993,5039,5407,5591,5683,5821,5867,6143,6373,6833,6971,7109,7247,7477,7523,7753
%N A142344 Primes congruent to 25 mod 46.
%H A142344 Vincenzo Librandi, <a href="/A142344/b142344.txt">Table of n, a(n) for n = 1..1000</a>
%F A142344 a(n) ~ 22n log n. - _Charles R Greathouse IV_, Jul 03 2016
%t A142344 Select[Prime[Range[1200]],MemberQ[{25},Mod[#,46]]&] (* _Vincenzo Librandi_, Aug 26 2012 *)
%t A142344 Select[Range[25,8000,46],PrimeQ] (* _Harvey P. Dale_, May 25 2017 *)
%o A142344 (Magma) [p: p in PrimesUpTo(8000) | p mod 46 eq 25]; // _Vincenzo Librandi_, Aug 26 2012
%o A142344 (PARI) is(n)=isprime(n) && n%46==25 \\ _Charles R Greathouse IV_, Jul 03 2016
%Y A142344 Cf. A000040.
%K A142344 nonn,easy
%O A142344 1,1
%A A142344 _N. J. A. Sloane_, Jul 11 2008