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

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

%S 193,389,487,683,977,1663,2153,2251,2447,2741,3329,3623,3917,4211,

%T 4603,4799,5387,5779,6073,6269,6367,6563,6661,6857,7151,8719,9013,

%U 9209,9601,10091,10973,11071,11953,12149,12541,13619,13913,14011,14207,15187,15383

%N Primes congruent to 46 mod 49.

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

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

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