Re: Generating a specific list of intsgers

2018-08-26 Thread Richard Damon
On 8/26/18 4:20 PM, Musatov wrote: > My understanding is this: there are an infinite number of n's that are not > multiples of three, and yet will always be divisible by at least one of 22 > primes for all values of k. > > i.e. certain n values make the equation produce only composite numbers for

Re: Generating a specific list of intsgers

2018-08-26 Thread Musatov
On Sunday, August 26, 2018 at 3:21:08 PM UTC-5, Musatov wrote: > On Sunday, August 26, 2018 at 3:07:41 PM UTC-5, Oscar Benjamin wrote: > > On Sun, 26 Aug 2018 at 20:32, Musatov wrote: > > > > > > On Sunday, August 26, 2018 at 2:14:29 PM UTC-5, Oscar Benjamin wrote: > > > > > > > > > >> On Fri, 24

Re: Generating a specific list of intsgers

2018-08-26 Thread Musatov
On Sunday, August 26, 2018 at 3:07:41 PM UTC-5, Oscar Benjamin wrote: > On Sun, 26 Aug 2018 at 20:32, Musatov wrote: > > > > On Sunday, August 26, 2018 at 2:14:29 PM UTC-5, Oscar Benjamin wrote: > > > > > > > > >> On Fri, 24 Aug 2018 14:40:00 -0700, tomusatov wrote: > > > > > > > > >> > > > > > >

Re: Generating a specific list of intsgers

2018-08-26 Thread Oscar Benjamin
On Sun, 26 Aug 2018 at 20:32, Musatov wrote: > > On Sunday, August 26, 2018 at 2:14:29 PM UTC-5, Oscar Benjamin wrote: > > > > > > > >> On Fri, 24 Aug 2018 14:40:00 -0700, tomusatov wrote: > > > > > > > >> > > > > > > > >>> I am looking for a program able to output a set of integers > > > > > > >

Re: Generating a specific list of intsgers

2018-08-26 Thread Musatov
On Sunday, August 26, 2018 at 2:14:29 PM UTC-5, Oscar Benjamin wrote: > On Sat, 25 Aug 2018 at 20:27, Musatov wrote: > > > > On Saturday, August 25, 2018 at 2:18:09 PM UTC-5, Musatov wrote: > > > On Saturday, August 25, 2018 at 1:52:17 PM UTC-5, Oscar Benjamin wrote: > > > > > > > > > > > > > >> O

Re: Generating a specific list of intsgers

2018-08-26 Thread Oscar Benjamin
On Sat, 25 Aug 2018 at 20:27, Musatov wrote: > > On Saturday, August 25, 2018 at 2:18:09 PM UTC-5, Musatov wrote: > > On Saturday, August 25, 2018 at 1:52:17 PM UTC-5, Oscar Benjamin wrote: > > > > > > > > > > > >> On Fri, 24 Aug 2018 14:40:00 -0700, tomusatov wrote: > > > > > >> > > > > > >>> I a

Re: Generating a specific list of intsgers

2018-08-25 Thread Musatov
On Saturday, August 25, 2018 at 2:39:37 PM UTC-5, Musatov wrote: > On Friday, August 24, 2018 at 10:59:07 PM UTC-5, Steven D'Aprano wrote: > > On Fri, 24 Aug 2018 14:40:00 -0700, tomusatov wrote: > > > > > I am looking for a program able to output a set of integers meeting the > > > following requ

Re: Generating a specific list of intsgers

2018-08-25 Thread Musatov
On Friday, August 24, 2018 at 10:59:07 PM UTC-5, Steven D'Aprano wrote: > On Fri, 24 Aug 2018 14:40:00 -0700, tomusatov wrote: > > > I am looking for a program able to output a set of integers meeting the > > following requirement: > > > > a(n) is the minimum k > 0 such that n*2^k - 3 is prime, o

Re: Generating a specific list of intsgers

2018-08-25 Thread Musatov
On Saturday, August 25, 2018 at 2:18:09 PM UTC-5, Musatov wrote: > On Saturday, August 25, 2018 at 1:52:17 PM UTC-5, Oscar Benjamin wrote: > > On Sat, 25 Aug 2018 at 18:12, wrote: > > > > > > On Saturday, August 25, 2018 at 9:46:21 AM UTC-5, Richard Damon wrote: > > > > On 8/25/18 10:27 AM, Dennis

Re: Generating a specific list of intsgers

2018-08-25 Thread Musatov
On Saturday, August 25, 2018 at 1:52:17 PM UTC-5, Oscar Benjamin wrote: > On Sat, 25 Aug 2018 at 18:12, wrote: > > > > On Saturday, August 25, 2018 at 9:46:21 AM UTC-5, Richard Damon wrote: > > > On 8/25/18 10:27 AM, Dennis Lee Bieber wrote: > > > > On Sat, 25 Aug 2018 03:56:28 + (UTC), Steven

Re: Generating a specific list of intsgers

2018-08-25 Thread Oscar Benjamin
On Sat, 25 Aug 2018 at 18:12, wrote: > > On Saturday, August 25, 2018 at 9:46:21 AM UTC-5, Richard Damon wrote: > > On 8/25/18 10:27 AM, Dennis Lee Bieber wrote: > > > On Sat, 25 Aug 2018 03:56:28 + (UTC), Steven D'Aprano > > > declaimed the following: > > > > > >> On Fri, 24 Aug 2018 14:40:0

Re: Generating a specific list of intsgers

2018-08-25 Thread tomusatov
On Saturday, August 25, 2018 at 9:46:21 AM UTC-5, Richard Damon wrote: > On 8/25/18 10:27 AM, Dennis Lee Bieber wrote: > > On Sat, 25 Aug 2018 03:56:28 + (UTC), Steven D'Aprano > > declaimed the following: > > > >> On Fri, 24 Aug 2018 14:40:00 -0700, tomusatov wrote: > >> > >>> I am looking fo

Re: Generating a specific list of intsgers

2018-08-25 Thread Richard Damon
On 8/25/18 10:27 AM, Dennis Lee Bieber wrote: > On Sat, 25 Aug 2018 03:56:28 + (UTC), Steven D'Aprano > declaimed the following: > >> On Fri, 24 Aug 2018 14:40:00 -0700, tomusatov wrote: >> >>> I am looking for a program able to output a set of integers meeting the >>> following requirement: >

Re: Generating a specific list of intsgers

2018-08-24 Thread Steven D'Aprano
On Fri, 24 Aug 2018 14:40:00 -0700, tomusatov wrote: > I am looking for a program able to output a set of integers meeting the > following requirement: > > a(n) is the minimum k > 0 such that n*2^k - 3 is prime, or 0 if no such > k exists > > Could anyone get me started? (I am an amateur) That

Re: Generating a specific list of intsgers

2018-08-24 Thread MRAB
On 2018-08-24 22:54, Ian Kelly wrote: On Fri, Aug 24, 2018 at 3:47 PM wrote: I am looking for a program able to output a set of integers meeting the following requirement: a(n) is the minimum k > 0 such that n*2^k - 3 is prime, or 0 if no such k exists Could anyone get me started? (I am an

Re: Generating a specific list of intsgers

2018-08-24 Thread Ian Kelly
On Fri, Aug 24, 2018 at 3:47 PM wrote: > > I am looking for a program able to output a set of integers meeting the > following requirement: > > a(n) is the minimum k > 0 such that n*2^k - 3 is prime, or 0 if no such k > exists > > Could anyone get me started? (I am an amateur) Is there some kno

Generating a specific list of intsgers

2018-08-24 Thread tomusatov
I am looking for a program able to output a set of integers meeting the following requirement: a(n) is the minimum k > 0 such that n*2^k - 3 is prime, or 0 if no such k exists Could anyone get me started? (I am an amateur) Thanks, Musatov -- https://mail.python.org/mailman/listinfo/python-lis