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!)
A142448 Primes congruent to 40 mod 49. 1

%I #11 Dec 17 2022 16:18:31

%S 89,383,677,971,1069,1559,1657,1951,2441,2539,2833,3323,3617,3911,

%T 4597,4793,5087,5381,5479,6067,6263,6361,6949,7243,7537,8419,8713,

%U 9007,9203,9497,9791,10477,10771,11261,12143,12241,12437,12829,13417,13613,13711

%N Primes congruent to 40 mod 49.

%H Vincenzo Librandi, <a href="/A142448/b142448.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[{40}, Mod[#, 49]] &] (* _Vincenzo Librandi_, Aug 28 2012 *)

%t Select[Range[40,14000,49],PrimeQ] (* _Harvey P. Dale_, Dec 17 2022 *)

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

%o (PARI) is(n)=isprime(n) && n%49==40 \\ _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 19 17:39 EDT 2024. Contains 371797 sequences. (Running on oeis4.)