login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A142440 Primes congruent to 31 mod 49. 1

%I #9 Sep 08 2022 08:45:36

%S 31,227,521,619,1109,1697,2089,2383,2579,2677,2971,3167,3461,3559,

%T 3853,4049,4441,4637,4931,5323,5519,5813,6793,7283,7577,8263,8753,

%U 9341,9439,9733,9929,10223,10321,10909,11399,11497,11987,12281,12379,12967,13163

%N Primes congruent to 31 mod 49.

%H Vincenzo Librandi, <a href="/A142440/b142440.txt">Table of n, a(n) for n = 1..1000</a>

%F a(n) ~ 42n log n. - _Charles R Greathouse IV_, Jul 03 2016

%t Select[Prime[Range[2500]], MemberQ[{31}, Mod[#,49]] &] (* _Vincenzo Librandi_, Aug 28 2012 *)

%o (Magma) [p: p in PrimesUpTo(17000) | p mod 49 eq 31]; // _Vincenzo Librandi_, Aug 28 2012

%o (PARI) is(n)=isprime(n) && n%49==31 \\ _Charles R Greathouse IV_, Jul 03 2016

%Y Cf. A000040.

%K nonn,easy

%O 1,1

%A _N. J. A. Sloane_, Jul 11 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:36 EDT 2024. Contains 371968 sequences. (Running on oeis4.)