login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135303 a(n) = phi(2*n+1)/(2*A003558(n)), where phi = A000010. 20

%I #99 Feb 28 2023 13:57:03

%S 1,1,1,1,1,1,1,2,1,1,1,1,1,1,3,2,1,1,1,2,3,1,1,1,2,1,1,2,1,1,3,4,1,1,

%T 1,4,1,1,1,1,1,4,1,4,3,3,1,2,2,1,1,2,1,3,1,4,1,3,2,1,2,1,9,6,1,3,1,2,

%U 1,1,1,4,1,1,5,2,3,3,1,2,1,2,1,1,6,1,1,2

%N a(n) = phi(2*n+1)/(2*A003558(n)), where phi = A000010.

%C The Froemke-Grossman 1988 reference is the earliest I have seen. a(n) is the charm bracelet function b(2,2*n+1) in their notation. - _N. J. A. Sloane_, Feb 28 2023

%C This sequence is called the "coach numbers" ("c(2*n+1)"), and was studied by J. Pedersen, Byron Walden, Victor Quintanar-Zilinskas and Linda Velarde of Santa Clara University. Coach Theorem: Let b = 2*n+1 > 1 and let phi(b) be the Euler totient function. Let Sigma(b) be the complete symbol of b, let c be the number of coaches in Sigma(b), and let k = Sum_{i=1..r} k(i). Then phi(b) = 2 * c * k [Hilton & Pedersen, p. 262]. The complete symbols for b = 17 and 43 are shown in the examples. - _Gary W. Adamson_, Aug 15 2012

%C Conjecture relating to primes with more than one coach: The combined set of integers in the top rows of all coaches of these primes is composed of a permutation of the first q odd integers, where prime p = (4q-1) or (4q+1), (q > 0). Example: As shown for 17, this prime has two coaches with the top rows [1] and [3, 7, 5]. 43 has three coaches with q = 11. The top rows are [1, 21, 11], [3, 5, 19], [7, 9, 17, 13, 15]. The comment of Sep 08 2012 in A216371 applies to primes with one coach, in which case "all coaches" is reduced to one and the set of q odd integers is in the top row of the coach. - _Gary W. Adamson_, Sep 10 2012

%C Conjecture [Carl Schick]: If 2*n+1 is prime, then these are the number of distinct cycles of f(k) = |(2*n+1) - 2*k| beginning at an odd number 0 < k < 2*n. - _Jonathan Skowera_, Aug 03 2013 [See also the Brändli and Beyne link, eq. (2). - _Wolfdieter Lang_, Feb 08 2020]

%C From _Gary W. Adamson_, Oct 04 2019: (Start)

%C Conjecture of Aug 03 2013 proved by Jean Pedersen. By way of example, take A003558(5) = 11, such that

%C 2^5 == -1 (mod 11). Then Pedersen on p. 98 has:

%C 11 - 1 = 2^1 * 5 (pick "1", odd, the putative seed number)

%C 11 - 5 = 2^1 * 3 (then subtract 3 in the next row)

%C 11 - 3 = 2^3 * 1 (cycle ends). Then Pedersen constructs the "coach" (p. 98) for N= 11: [1, 5, 3]

%C .......... [1, 1, 3]. The top row represents the angles on the tape used to construct an 11-gon at the operative crease lines beginning with Pi/11. (extract the (1,5,3) column). Then extract the exponents of 2: (1,1,3); which are the bottom row terms. The final result is that at successive creases on the tape are at angles of j*Pi/11, j = (1,5,3); alternatively at the top of the tape, then the bottom. The code U(1), D(1), U(3) is understood to be those numbers of bisections at each vertex. The total numbers of bisections = 5 = (1 + 1 + 3), shown to be the entry for N = 11 in A003558. (End)

%D Froemke, Jon, and Jerrold W. Grossman. "An algebraic approach to some number-theoretic problems arising from paper-folding regular polygons." The American mathematical monthly 95.4 (1988): 289-307. See Appendix.

%D Peter Hilton & Jean Pedersen, A Mathematical Tapestry: Demonstrating the Beautiful Unity of Mathematics; Cambridge University Press, 2010, pages 260-264.

%D Carl Schick, Trigonometrie und unterhaltsame Zahlentheorie, Bokos Druck, Zürich, 2003 (ISBN 3-9522917-0-6). Tables 3.1 to 3.10, for odd p = 3..113, pp. 158-166.

%H T. D. Noe, <a href="/A135303/b135303.txt">Table of n, a(n) for n = 1..10000</a>

%H Gerold Brändli and Tim Beyne, <a href="https://arxiv.org/abs/1504.02757">Modified Congruence Modulo n with Half the Amount of Residues</a>, arXiv:1504.02757 [math.NT], 2016.

%H Wolfdieter Lang, <a href="https://arxiv.org/abs/2008.04300">On the Equivalence of Three Complete Cyclic Systems of Integers</a>, arXiv:2008.04300 [math.NT], 2020.

%H V. I. Levenshtein, <a href="http://mi.mathnet.ru/eng/ppi17">Conflict-avoiding codes and cyclic triple systems</a>, [in Russian], Problemy Peredachi Informatsii, 43 (No. 3, 2007), 39-53.

%H V. I. Levenshtein, <a href="https://doi.org/10.1134/S0032946007030039">Conflict-avoiding codes and cyclic triple systems</a>, Probl Inf Transm 43, 199-212 (2007).

%F a(n) = "c", a Coach number; = A000010(n)/(2*A003558(n-1)/2)); or phi(2*n+1) = 2 * c * k, with c = Coach numbers, k = A003558.

%e Refer to A003558 for the J. Pedersen definition of a Coach. a(8) for b = 17 = 2 since 17 has two possible Coaches:

%e 17: [1] and [3, 7, 5]

%e [4] [1, 1, 2];

%e where sum of the bottom row terms = k = 4 = A003558(8). For b = 43, a(21) = 3 since there are three possible coaches for 43:

%e 43: [1, 21, 11] [3, 5, 19] [7, 9, 17, 13, 15]

%e [1, 1, 5], [3, 1, 3], [2, 1, 1, 1, 2],

%e where k = sum of terms in bottom rows of all possible coaches = 7 = A003558(21). For the coach with a "1" in the top row, the numbers of terms in the rows ("j" in A003558), = A179480(22) = 3. Note that the parity of numbers of terms in the bottom coach rows is the same.

%e From _Gary W. Adamson_, Aug 24 2019: (Start)

%e An alternative to the coach method of Pedersen and Hilton involves the doubling sequence, mod n; (43 in this case). The top row begins (1, 2, 4, 8, 16, ...) but the next number is 11, not 32. 32 == -11 (mod 43). We pick the least (in absolute value) of the two candidates (11 and 32): 11. The top row ends when the rightmost term is (n-1)/2 = 21. In subsequent rows the leftmost term is the least odd number not previously used, in this case 3. Continue with the doubling sequence and stop when the next row produces a term already used.

%e "20" ends row 2 since (2 * 20) = 40 == -3 (mod 43). 3 has been used so that row ends and our next row begins with the next unused odd term, a 7. That row ends with 18 since 2 * 18 = 36 == -7 (mod 43).

%e The entire set is complete when every term (1 through (n-1)/2) is present without duplication. In this method, k is likewise 7 but is represented by the numbers of terms in the top row. Pedersen's [1, 21, 11] appears as the only odd terms of the top row. [3, 5, 19] appears as the odd terms of the middle row, and [7, 9, 17, 13, 15] are the only odd terms of the bottom row. The three completed rows are:

%e [1, 2, 4, 8, 16, 11, 21;

%e 3, 6, 12, 19, 5, 10, 20;

%e 7, 14, 15, 13, 17, 9, 18]

%e It appears that the numbers of rows is equal to Pedersen's

%e number of coaches. Another example is the complete system of coaches shown on p. 261 of (Hilton and Pedersen):

%e 31: [1, 15], [3, 7], [5, 13, 9, 11]

%e [1, 4], [2, 3], [1, 1, 1, 2]

%e The alternative system, called an r-t table in A065941, is

%e [1, 2, 4, 8, 15;

%e 3, 6, 12, 7, 14;

%e 5, 10, 11, 9, 13]

%e The odd terms of the top row (1, 15) appear in the leftmost coach. The odd terms (3, 7) appear in the middle coach, and (5, 11, 9, 13) are shown in the rightmost coach. (End)

%e Pedersen's coaches can be derived from the alternative system, doubling (mod N) since her coaches are simply another version: (repeated bisections (mod N)). First write out the doubling terms (mod N). Say N = 23: 1, 2, 4, 8, 7, 9, 5, 10, 3, 6, 11, representing the trajectory of terms 2*cos(j*Pi/23), using (x^2-2); j = 1, 2, 4, .... Begin with ("1"), then jump to the next odd term (11), then to each odd term in succession going left, getting: 23: (1, 11, 3, 5, 9, 7); the top row in Pedersen's coach. ....(1, 2, 2, 1, 1, 4) is the bottom row for 23 as shown on p. 105. Those terms are the numbers of term jumps in the previous operation; for example (1 to 11) = 1, (11 to 3) = 2, (3 to 5) = 2; and so on. Note that the number of terms in the doubling trajectory (11) matches the sum of terms in the bottom row of the coach, satisfying 2^11 == 1 (mod 23). - _Gary W. Adamson_, Oct 23 2019

%p A135303 := proc(n)

%p numtheory[phi](2*n+1)/2/A003558(n) ;

%p end proc:

%p seq(A135303(n),n=1..40) ; # _R. J. Mathar_, Dec 01 2014

%t Array[EulerPhi[#2]/(2 If[#2 > 1 && GCD[#1, #2] == 1, Min[MultiplicativeOrder[#1, #2, {-1, 1}]], 0]) & @@ {2, 2 # + 1} &, 105] (* _Michael De Vlieger_, Oct 25 2019 *)

%o (PARI) isok8(m, n) = my(md = Mod(2, 2*n+1)^m); (md==1) || (md==-1);

%o A003558(n) = my(m=1); while(!isok8(m, n) , m++); m;

%o a(n) = eulerphi(2*n+1)/(2*A003558(n)); \\ _Michel Marcus_, Jun 11 2020

%Y Cf. A003558, A179480.

%Y Cf. A216371 (odd primes with one coach).

%K nonn

%O 1,8

%A _N. J. A. Sloane_, Dec 05 2007

%E Title changed by _Wolfdieter Lang_ and _M. F. Hasler_, Feb 20 2020

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)