I'm trying to understand the following, from the OEIS, sequence A294673:
a(n) is equal to the order of multiplication-by-2 acting on the set of non-zero elements in (Z/(4n+3)Z), modulo the action of +-1. To be precise, identify i=1,2,...,2*n+1 with the odd representatives J=1,3,...,4*n+1 of this set, via the map J = 2*i-1. It is not hard to show that the induced permutation on the set of J values is given on integer representatives by J -> (4*n+3+J)/2 if i=(J+1)/2 is even and J -> (4*n+3-J)/2 if i=(J+1)/2 is odd. It follows that this induces the permutation J -> +-J/2 (mod 4*n+3), from which we immediately see that the order is as stated.
Note that the order of 2 acting on (Z/(4n+3)Z)/{+-1} is the same as the order of either 2 or -2 acting on (Z/(4n+3)Z), depending on which of these is a quadratic residue modulo 4n+3. Thus an equivalent (and often easier) way to compute a(n) is as the order of -2*(-1)^n acting on (Z/(4n+3)Z).
Among other things, the lower and upper bounds log_2(n) + 2 < a(n) <= 2*n+1 follow immediately.
...but I can't figure out what inducing a permutation means - can't understand it well enough to follow the presentation.
I have a feeling that it's pretty simple, but I haven't been able to find a simple presentation of it; everything I find assumes that the reader knows what it is.
3 5 3 8
4 7 2 9 5 9 1 10 is the table i get from "It is not hard to show that the induced permutation on the set of J values is given on integer representatives by J -> (4n+3+J)/2 if i=(J+1)/2 is even and J -> (4n+3-J)/2 if i=(J+1)/2 is odd.". i don't think that's right. – user156506 Nov 22 '17 at 00:33