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 integers

2018-08-25 Thread Musatov
On Saturday, August 25, 2018 at 12:07:14 PM UTC-5, Musatov 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: > > > > > >> O

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: >