[seqfan] Re: successive powers of 2 modulo n

Max Alekseyev maxale at gmail.com
Fri Jun 10 09:25:08 CEST 2011


See http://en.wikipedia.org/wiki/Multiplicative_order
Max

On Fri, Jun 10, 2011 at 11:22 AM, David Scambler <dscambler at bmm.com> wrote:
> I am just playing around with this - not sure if it is of interest to others.
>
> Take the successive powers of 2 modulo n and the sequence apparently always enters a cycle.
> Is this true? Proof?
>
> e.g. Successive powers of 2 modulo 7 -> 1 2 4 1 2 4 1 2 4 1 2 4 ... - a cycle of length 3.
>
> For some numbers n the cycle length is n-1 e.g. moduli 2,3,5,11,13,19,29... have cycle lengths 1,2,4,10,12,18,28... respectively.
> Is this the maximum length?
>
> For n >= 1 the cycle lengths are
>
> a(n) = 1,1,2,1,4,2,3,1,6,4,10,2,12,3,4,1,8,6,18,4,6, ...
>
> And finally,
>
> Is there an efficient way to calculate successive 2^k mod n without actually evaluating 2^k and dividing by n?
>
>
> _______________________________________________
>
> Seqfan Mailing list - http://list.seqfan.eu/
>



More information about the SeqFan mailing list