Thanks for the reply, Dima.
On Apr 13, 2017, at 02:14 , Dima Pasechnik wrote:
>
>
> On Thursday, April 13, 2017 at 4:43:06 AM UTC+1, Justin C. Walker wrote:
>>
>> Hi, all,
>>
>> I just tried to ssh between two of my macOS systems. They use different
>> versions of macOS (10.6.8, 10.11.6) a
Dear all, The code below works for finding for B each n
D=[]
F=[]
B=[]
Z=[]
for n in range(1,10,2):
Z.append(Integers(n)(2).multiplicative_order())
for r in Z:
if r%2!=0:
B.append(2^r-1)
else:
M=r/2
if r%n==-1:
B.append(n*(2^(r/2)-1))
els
On Thursday, April 13, 2017 at 4:43:06 AM UTC+1, Justin C. Walker wrote:
>
> Hi, all,
>
> I just tried to ssh between two of my macOS systems. They use different
> versions of macOS (10.6.8, 10.11.6) and of sage (6.10 and 7.6,
> respectively).
>
> When I went from 10.6.8 to the other, and ra