0, 1, 1, 2, 1, 1, 1, 2, 2, 3, 2, 2, 1, 2, 1, 2, 2, 2, 1, 1, 2, 2, 1, 1, 1, 2, 2, 3, 2, 2, 2, 3, 3, 4, 3, 3, 2, 3, 2, 3, 3, 3, 2, 2, 3, 3, 2, 2, 1, 2, 2, 3, 2, 2, 1, 2, 2, 3, 2, 2, 2, 3, 2, 3, 3, 3, 2, 2, 3, 3, 2, 2, 1, 2, 1, 2, 2, 2, 2, 3, 2, 3, 3, 3, 1, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 2, 2, 1, 1, 2, 2, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 2, 2, 1, 1, 1
Offset: 0
For n=23 ("321" in factorial base representation, A007623), all the digits are maximal for their positions (they occur on the "maximal slope"), thus there is only one distinct digit slope present and a(23)=1. Also, for the 23rd permutation in the ordering A060117, [2341], there is just one drop, as p[4] = 1 < 4.
For n=29 ("1021"), there are three nonzero digits, where both 2 and the rightmost 1 are on the maximal slope, while the most significant 1 is on the "sub-sub-sub-maximal", thus there are two occupied slopes in total, and a(29) = 2. In the 29th permutation of A060117, [23154], there are two drops as p[3] = 1 < 3 and p[5] = 4 < 5.
For n=37 ("1201"), there are three nonzero digits, where the rightmost 1 is on the maximal slope, 2 is on the submaximal, and the most significant 1 is on the "sub-sub-sub-maximal", thus there are three occupied slopes in total, and a(37) = 3. In the 37th permutation of A060117, [51324], there are three drops at indices 2, 4 and 5.
A060495
Each permutation in the list A060117 converted to Site Swap notation, with "zero throws" (fixed elements) replaced with n, the length of siteswap.
Original entry on oeis.org
1, 11, 312, 111, 231, 222, 4413, 1313, 4112, 1111, 2411, 2312, 4242, 1241, 4233, 1223, 2222, 2231, 3441, 3342, 3131, 3122, 3423, 3333, 55514, 14514, 51414, 11314, 25314, 24414, 55113, 14113, 51112, 11111, 25111, 24112, 52512, 12511, 52413
Offset: 0
Antti Karttunen, Mar 21 2001
-
Perm2SiteSwap1 := proc(p) local ip,n,i,a; n := nops(p); ip := convert(invperm(convert(p,'disjcyc')),'permlist',n); a := []; for i from 1 to n do a := [op(a),((ip[i]-i) mod n)]; od; RETURN(a); end;
SiteSwap1ToDec := proc(s) local i,z,n; n := nops(s); z := 0; for i from 1 to n do z := 10*z; if(0 = s[i]) then z := z+n; else z := z+s[i]; fi; od; RETURN(z); end;
A060496
Each permutation in the list A060117 converted to Site Swap notation, with digits reversed. "Zero throws" (fixed elements) indicated with 0's.
Original entry on oeis.org
0, 11, 210, 111, 102, 222, 3100, 3131, 2110, 1111, 1102, 2132, 2020, 1021, 3320, 3221, 2222, 1322, 1003, 2033, 1313, 2213, 3203, 3333, 41000, 41041, 41410, 41311, 41302, 41442, 31100, 31141, 21110, 11111, 11102, 21142, 21020, 11021, 31420
Offset: 0
Antti Karttunen, Mar 21 2001
In
A060498 the digits are also "inverted", giving valid siteswap juggling patterns.
A071160
Łukasiewicz words that are also valid asynchronic siteswap juggling patterns.
Original entry on oeis.org
0, 1, 20, 11, 300, 201, 120, 111, 4000, 3001, 2020, 2011, 1300, 1201, 1120, 1111, 50000, 40001, 30020, 30011, 20300, 20201, 20120, 20111, 14000, 13001, 12020, 12011, 11300, 11201, 11120, 11111, 600000, 500001, 400020, 400011, 300300
Offset: 0
- Peter J. Beek and Arthur Lewbel, The Science of Juggling, Scientific American, Nov, 1995, Vol. 273, Number 5, pp. 92-97.
- Joe Buhler and R. L. Graham, Juggling Drops and Descents, Amer. Math. Monthly, 101, (no. 6) 1994, 507 - 519.
- Juggling Information Service, Site Swap FAQs
- A. Karttunen, Gatomorphisms and other excursions amidst the plane trees and parenthesizations (Includes the complete Scheme program for computing this sequence)
- R. P. Stanley, Hipparchus, Plutarch, Schröder and Hough, Am. Math. Monthly, Vol. 104, No. 4, p. 344, 1997.
- OEIS Wiki, Łukasiewicz words
- Index entries for sequences related to Łukasiewicz
A276001
Numbers n for which A060502(n) <= 1; numbers with at most one distinct slope in their factorial representation.
Original entry on oeis.org
0, 1, 2, 4, 5, 6, 12, 14, 18, 19, 22, 23, 24, 48, 54, 72, 74, 84, 86, 96, 97, 100, 101, 114, 115, 118, 119, 120, 240, 264, 360, 366, 408, 414, 480, 482, 492, 494, 552, 554, 564, 566, 600, 601, 604, 605, 618, 619, 622, 623, 696, 697, 700, 701, 714, 715, 718, 719, 720, 1440, 1560, 2160, 2184, 2400, 2424, 2880, 2886, 2928, 2934, 3240, 3246, 3288, 3294
Offset: 0
4 ("20" in factorial base) is present, because all nonzero digits are on the same slope as there is only one nonzero digit.
14 ("210" in factorial base) is present, because all nonzero digits are on the same slope, as 3-2 = 2-1.
19 ("301" in factorial base) is present, because all nonzero digits are on the same slope, as 3-3 = 1-1.
21 ("311" in factorial base) is NOT present, because not all of its nonzero digits are on the same slope, as 3-3 <> 2-1.
A276002
Numbers n for which A060502(n) = 2; numbers with exactly two occupied slopes in their factorial representation.
Original entry on oeis.org
3, 7, 8, 10, 11, 13, 15, 16, 17, 20, 21, 25, 26, 28, 29, 30, 36, 38, 42, 43, 46, 47, 49, 50, 52, 53, 55, 56, 58, 59, 60, 62, 66, 67, 70, 71, 73, 75, 76, 77, 78, 80, 85, 87, 88, 89, 90, 91, 92, 93, 94, 95, 98, 99, 102, 103, 106, 107, 108, 109, 110, 111, 112, 113, 116, 117, 121, 122, 124, 125, 126, 132, 134, 138, 139, 142, 143, 144, 168, 174, 192, 194
Offset: 1
A276003
Numbers n for which A060502(n) = 3; numbers with exactly three occupied slopes in their factorial representation.
Original entry on oeis.org
9, 27, 31, 32, 34, 35, 37, 39, 40, 41, 44, 45, 51, 57, 61, 63, 64, 65, 68, 69, 79, 81, 82, 83, 104, 105, 123, 127, 128, 130, 131, 133, 135, 136, 137, 140, 141, 145, 146, 148, 149, 150, 156, 158, 162, 163, 166, 167, 169, 170, 172, 173, 175, 176, 178, 179, 180, 182, 186, 187, 190, 191, 193, 195, 196, 197, 198, 200, 205, 207, 208, 209, 210, 211, 212
Offset: 1
27 ("1011" in factorial base) is included as there are three distinct values attained by the difference digit_position - digit_value when computed for its nonzero digits: 4-1 = 3, 2-1 = 1 and 1-1 = 0.
51 ("2011" in factorial base) is included as there are three distinct values attained by the difference digit_position - digit_value when computed for its nonzero digits: 4-2 = 2, 2-1 = 1 and 1-1 = 0.
57 ("2111" in factorial base) is included as there are three distinct values attained by the difference digit_position - digit_value when computed for its nonzero digits: 4-2 = 3-1 = 2, 2-1 = 1 and 1-1 = 0.
A060499
Each permutation in the list A060118 converted to Site Swap notation, with digits reversed and inverted. "Zero throws" (fixed elements) indicated with 0's.
Original entry on oeis.org
0, 11, 120, 111, 201, 222, 1300, 1313, 1120, 1111, 1201, 1223, 2020, 2011, 2330, 2312, 2222, 2231, 3001, 3023, 3131, 3122, 3302, 3333, 14000, 14014, 14140, 14113, 14203, 14244, 11300, 11314, 11120, 11111, 11201, 11224, 12020, 12011, 12340
Offset: 0
Original entry on oeis.org
0, 1, 10, 20, 100, 101, 200, 220, 300, 310, 1000, 1001, 1010, 1020, 2000, 2001, 2200, 2300, 3000, 3020, 3100, 3300, 4000, 4010, 4100, 4200, 10000, 10001, 10010, 10020, 10100, 10101, 10200, 10220, 10300, 10310, 20000, 20001, 20010, 20020, 22000, 22001, 23000, 23020, 24000, 24010, 30000, 30001, 30200, 30300, 31000, 31001, 33000, 33300, 34000, 34200, 40000, 40020, 40100, 40300, 41000, 41020, 42000, 42300
Offset: 0
Comments