A054540 A list of equal temperaments (equal divisions of the octave) whose nearest scale steps are closer and closer approximations to the six simple ratios of musical harmony: 6/5, 5/4, 4/3, 3/2, 8/5 and 5/3.
1, 2, 3, 5, 7, 12, 19, 31, 34, 53, 118, 171, 289, 323, 441, 612, 730, 1171, 1783, 2513, 4296, 12276, 16572, 20868, 25164, 46032, 48545, 52841, 73709, 78005, 151714, 229719, 537443, 714321, 792326, 944040, 1022045, 1251764, 3755292, 3985011
Offset: 0
Keywords
A060525 A list of equal temperaments (equal divisions of the octave) whose nearest scale steps are closer and closer approximations to four of the simple ratios of musical harmony: 5/4, 4/3, 3/2 and 8/5.
1, 2, 3, 7, 9, 10, 12, 19, 22, 31, 34, 53, 118, 289, 323, 441, 494, 559, 612, 1171, 1783, 2513, 3684, 4296, 12276, 16572, 20868, 25164, 48545, 69413, 73709, 78005, 151714, 229719, 689157, 792326, 944040, 1022045, 1173759, 1251764, 2733247, 3985011
Offset: 1
Keywords
Comments
The sequence was found by a computer search of all the equal divisions of the octave from 1 to over 3985011. The self-accumulating nature of this sequence fails once, between the third and fourth terms. The sequence therefore does not meet the rigorous definition of 'impeccable' recurrence. The otherwise perfect recurrence in this sequence is of the type seen in A054540.
The numerical value of each term represents a musical scale based on an equal division of the octave. 12, for example, signifies the scale which is formed by dividing the octave into 12 equal parts.
A060527 A list of equal temperaments (equal divisions of the octave) whose nearest scale steps are closer and closer approximations to the ratios of 8 musical tones: 8/7 16/11 5/4 4/3 3/2 8/5 11/8 7/4.
1, 2, 3, 4, 5, 6, 7, 9, 10, 12, 15, 22, 26, 31, 41, 63, 72, 87, 109, 161, 202, 224, 270, 494, 612, 742, 764, 836, 1012, 1084, 1106, 1308, 1417, 1578, 3426, 4843, 6421, 6691, 10698, 12276, 18355, 19461, 21039, 22887, 25046, 26894, 31737, 33585, 35163
Offset: 1
Keywords
Comments
The sequence was found by a computer search of all of the equal divisions of the octave from 1 to over 35163.
The numerical value of each term represents a musical scale based on an equal division of the octave. 12, for example, signifies the scale which is formed by dividing the octave into 12 equal parts.
Examples
109 = 87 + the previous term 22. Again, 184417 = 121524 + the previous terms (54624 and 6691 and 1578).
Formula
Recurrence: the next term equals the current term plus one or more of the previous terms. a(n+1) = a(n) + a(n-x)... + a(n-y)... + a(n-z)..., etc.
A060528 A list of equal temperaments (equal divisions of the octave) whose nearest scale steps are closer and closer approximations to the ratios of two tones of musical harmony: the perfect 4th, 4/3 and its complement the perfect 5th, 3/2.
1, 2, 3, 5, 7, 12, 29, 41, 53, 200, 253, 306, 359, 665, 8286, 8951, 9616, 10281, 10946, 11611, 12276, 12941, 13606, 14271, 14936, 15601, 31867, 79335, 111202, 190537, 5446238, 5636775, 5827312, 6017849, 6208386, 6398923, 6589460, 6779997, 6970534, 7161071
Offset: 1
Comments
The sequence was found by a computer search of all the equal divisions of the octave from 1 to over 6589460. This is not a perfect recurrent sequence because its self-accumulating nature fails between the 9th and 10th terms, between the 14th and 15th terms, and between the 30th and 31st terms. The examples of recurrence which are present in this sequence are of the same type that is seen in sequences A054540, A060526 and A060527. The numerical value of each term represents a musical scale based on an equal division of the octave. 12, for example, signifies the scale which is formed by dividing the octave into 12 equal parts. - corrected by K. G. Stier, Jan 29 2015
Also the denominators of increasingly better rational approximations to log(3)/log(2) = 1.5849625... (see A020857). The respective numerators are A254351. The reason why the sequence's "self-accumulating nature fails between the 9th and 10th terms, the 14th and 15th terms and the 30th and 31st terms" (see original comment) is simply that 84/53, 1054/665 and 301994/190537 are very good approximations, thus followed by a jump. (E.g., this phenomenon can also be seen in the numerators and denominators of rational approximations to Pi.). - K. G. Stier, Jan 29 2015
Crossrefs
Programs
-
Maxima
x:bfloat(log(3)/log(2)),fpprec:100, errold:2,for denominator:1 thru 10000 do (numerator:round(x*denominator), errnew:abs(x-numerator/denominator), if errnew < errold then (errold:errnew, print(denominator))); /* K. G. Stier, Jan 29 2015 */
-
PARI
lista(nn) = {d = 2; v = log(3)/log(2); for (den=1, nn, num = round(v*den); newd = abs(v-num/den); if (newd < d, print1(den, ", "); d = newd;););} \\ after Maxima, Michel Marcus, Feb 28 2015
Extensions
Incorrect term 571611 removed by K. G. Stier, Jan 29 2015
More terms from Jon E. Schoenfield, Feb 06 2015
A060529 A list of equal temperaments (equal divisions of the octave) whose nearest scale steps are closer and closer approximations to the ratios of three complementary pairs of simple musical tones: 7/6 and 12/7, 6/5 and 5/3 and 7/5 and 10/7.
1, 2, 3, 4, 12, 14, 15, 18, 19, 23, 27, 45, 68, 72, 99, 171, 346, 445, 517, 616, 688, 787, 1133, 1304, 3912, 7136, 8440, 9744, 11048, 12352, 18355, 19659, 20963, 22267, 26795, 28099, 29403, 30707, 40451, 41755, 69854, 71158, 72462, 143620, 216082
Offset: 1
Keywords
Comments
The sequence was found by a computer search of all of the equal divisions of the octave from 1 to over 216082. The self-accumulating nature of this sequence fails once, between the fourth and fifth terms. The sequence therefore does not meet the rigorous definition of 'impeccable' recurrence. The otherwise perfect recurrence in this sequence is of the type seen in sequences A054540, A060526 and A060527. The numerical value of each term represents a musical scale based on an equal division of the octave. 12, for example, signifies the scale which is formed by dividing the octave into 12 equal parts.
A060233 A list of equal temperaments (equal divisions of the octave) whose nearest scale steps are closer and closer approximations to six complementary pairs of ratios which generate simple musical tones (scale steps): 8/7 and 7/4, 6/5 and 5/3, 16/13 and 13/8, 5/4 and 8/5, 4/3 and 3/2 and 11/8 and 16/11.
1, 2, 3, 4, 6, 7, 9, 10, 15, 19, 22, 24, 26, 31, 37, 41, 46, 50, 53, 72, 84, 87, 130, 137, 140, 171, 183, 217, 224, 270, 494, 764, 851, 1038, 1282, 1308, 1578, 2190, 2684, 3395, 4843, 5004, 5585, 6079, 8269, 14124, 14618, 17302, 20203, 22887, 31737
Offset: 1
Keywords
Comments
The sequence was found by a computer search of all the equal divisions of the octave from 1 to over 31737. The numerical value of each term represents a musical scale based on an equal division of the octave. 19, for example, signifies the scale which is formed by dividing the octave into 19 equal parts.
Examples
6 = 4 + the previous term 2. Again, 48545 = 46625 + the previous terms (1578 + 270 + 72).
Formula
Recurrence: The next term equals the current term plus one or more of the previous terms: a(n+1) = a(n) + a(n-x)... + a(n-y)... + a(n-z), etc.
A061918 A list of equal temperaments (equal divisions of the octave) whose nearest scale steps are closer and closer approximations to the pair of ratios 5/4 and 8/5 which generate two complementary tones of musical harmony, the Major 3rd (5/4) and the Minor 6th (8/5).
1, 2, 3, 16, 19, 22, 25, 28, 59, 87, 146, 351, 497, 643, 2718, 3361, 4004, 8651, 12655, 21306, 55267, 76573, 97879, 489395, 1055363, 1153242, 1251121, 1349000, 1446879, 1544758, 1642637, 1740516, 1838395, 1936274, 5808822, 7647217
Offset: 1
Keywords
Comments
The sequence was found by a computer search of all the equal divisions of the octave from 1 to 7647217. The numerical value of each term represents a musical scale based on an equal division of the octave. 19, for example, signifies the scale which is formed by dividing the octave into 19 equal parts. Among the terms listed, the self-accumulating nature (recurrence) in this sequence breaks down down five times, between the 3rd and 4th terms, between the 14th and 15th terms, between the 20th and 21st terms, between the 23rd and 24th terms and between the 24th and 25th terms. In later sequences, this pair of target ratios will appear in combination with other pairs of target ratios, resulting in new, different (and often recurrent), composite sequences. The examples of proper recurrence which do occur in this sequence are of the same type as is seen in sequences A054540, A060526, A060527, A060233.
A061416 A list of equal temperaments (equal divisions of the octave) whose nearest scale steps are closer and closer approximations to the pair of ratios 11/8 and 16/11 which generate two complementary musical tones.
1, 2, 6, 7, 9, 11, 13, 24, 37, 505, 542, 579, 616, 653, 690, 727, 764, 801, 838, 875, 912, 949, 986, 1935, 2921, 4856, 11647, 16503, 148527, 181533, 214539, 219395, 235898, 252401, 268904, 285407, 301910, 318413, 334916, 351419, 367922, 384425
Offset: 1
Keywords
Comments
The sequence was found by a computer search of all the equal divisions of the octave from 1 to 384425. The numerical value of each term represents a musical scale based on an equal division of the octave. 24, for example, signifies the scale of quartertones which is formed by dividing the octave into 24 equal parts. The recurrence in this sequence breaks down three times, between the 2nd and 3rd terms, between the 9th and 10th terms and between the 28th and 29th terms, but the sequence is of interest because shows the terms generated when this pair of target ratios stands alone. Later, in other sequences, this pair of target ratios will appear in combination with other pairs of target ratios, resulting in new, different, composite sequences. The examples of proper recurrence which do occur in this sequence are of the same type as is seen in sequences A054540, A060526, A060527, A060529 and A060233.
A061919 A list of equal temperaments (equal divisions of the octave) whose nearest scale steps are closer and closer approximations to the pair of ratios 6/5 and 5/3 which generate two complementary musical harmonies, the Minor 3rd (6/5) and the Major 6th (5/3).
1, 2, 3, 4, 11, 15, 19, 95, 232, 251, 270, 289, 308, 327, 346, 365, 384, 403, 422, 1285, 1707, 2129, 3836, 19180, 28981, 32817, 36653, 40489, 44325, 48161, 51997, 259985, 3591629, 3643626, 3695623, 3747620, 3799617, 3851614, 3903611, 3955608
Offset: 1
Keywords
Comments
The sequence was found by a computer search of all the equal divisions of the octave from 1 to 3955608. The numerical value of each term represents a musical scale based on an equal division of the octave. 19, for example, signifies the scale formed by dividing the octave into 19 equal parts. Within the terms shown, the self-accumulating nature of this sequence breaks down five times, between the 4th and 5th terms, between the 7th and 8th terms, between the 8th and 9th terms, between the 23rd and 24th terms and between the 32nd and 33rd terms, but the sequence is of interest because it shows the terms generated when this pair of target ratios stands alone.
Later, in other sequences, this pair of target ratios will appear in combination with other pairs of target ratios, resulting in new, different (and often recurrent), composite sequences. The examples of proper recurrence which do occur in this sequence are of the same type which is seen in sequences A054540, A060526, A060527 and A060233.
A061920 A list of equal temperaments (equal divisions of the octave) whose nearest scale steps are closer and closer approximations to the 7 pairs of complementary target ratios needed to express the 12 unsymmetrical steps of the untempered (Just Intonation) scale known as the Duodene: 3/2 and 4/3, 5/4 and 8/5, 6/5 and 5/3, 9/8 and 16/9, 10/9 and 9/5, 16/15 and 15/8 and 45/32 and 64/45.
1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 19, 22, 31, 34, 41, 53, 118, 171, 289, 323, 376, 441, 494, 559, 612, 1171, 1783, 2513, 3684, 4296, 12888, 16572, 20868, 25164, 44249, 48545, 52841, 57137, 69413, 73709, 78005, 151714, 229719, 307724, 537443, 714321
Offset: 1
Keywords
Comments
The sequence was found by a computer search of all the equal divisions of the octave from 1 to 714321. The numerical value of each term represents a musical scale based on an equal division of the octave. The term 12, for example, signifies the scale which is formed by dividing the octave into 12 equal parts.
Examples
118 = 53 + [34 + 31]; Again, 69413 = 57137 + [4296 + 3684 + 2513 + 1783].
Formula
Recurrence Rule: The next term equals the current term plus one or more previous terms: a(n+1) = a(n) + a(n-x)... + a(n-y)... + a(n-z), etc.
Comments
Examples
Links
Crossrefs
Formula