OFFSET
1,4
COMMENTS
If alpha = exp(2*i*Pi*T(n,k)/(2^n - 1)), the orbit of alpha has period n and stays in the semicircle of minimal argument alpha.
FORMULA
T(n, k) = Sum_{j=0..n-1} 2^[n*j/k], for k such that (k, n)=1.
EXAMPLE
Triangle begins:
0;
1;
1, 3;
1, 7;
1, 5, 11, 15;
1, 31;
1, 9, 21, 43, 55, 63;
1, 37, 91, 127;
1, 17, 85, 171, 239, 255;
1, 73, 439, 511;
1, 33, 137, 293, 341, 683, 731, 887, 991, 1023;
...
with the length of each row given by phi(n) = A000010(n).
CROSSREFS
KEYWORD
nonn,tabf,easy
AUTHOR
Francois Maurel (maurel(AT)sequoia.ens.fr)
EXTENSIONS
Revised by Sean A. Irvine, Feb 16 2021
STATUS
approved