cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-10 of 11 results. Next

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.

Original entry on oeis.org

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

Views

Author

Mark William Rankin (MarkRankin95511(AT)Yahoo.com), Apr 09 2000; Dec 17 2000

Keywords

Comments

The sequence was found by a computer search of all of the equal divisions of the octave from 1 to over 3985011. There seems to be a hidden aspect or mystery here: what is it about the more and more harmonious equal temperaments that causes them to express themselves collectively as a perfect, self-accumulating recurrent sequence?
From Eliora Ben-Gurion, Dec 15 2022: (Start)
The answer is because temperament mappings can be added. If harmonic correspondences are written in a bra, that is
Example: a tuning with 118 equal steps to the octave has a second harmonic on the 118th step by definition, the third harmonic is approximated with 187 steps, and the fifth is with 274 steps, which leads to <118 187 274]. A 171 equal division system will have a corresponding bra <171 271 397]. When these two are added, we obtain <289 458 671], which is exactly how the 2nd, 3rd, and 5th harmonics are represented in 289 equal divisions of the octave. (End)

Examples

			34 = 31 + the earlier term 3. Again, 118 = 53 + the earlier terms 34 and 31.
		

Formula

Stochastic 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.

A060526 A list of equal temperaments (equal divisions of the octave) whose nearest scale steps are closer and closer approximations to the ratios of six simple musical tones: 8/7 5/4 4/3 3/2 8/5 7/4.

Original entry on oeis.org

1, 2, 3, 4, 5, 7, 9, 10, 12, 15, 19, 21, 22, 31, 53, 84, 87, 94, 99, 118, 130, 140, 171, 270, 410, 441, 612, 935, 966, 1053, 1106, 1277, 1547, 1578, 2954, 3125, 3566, 6691, 9816, 11664, 14789, 18355, 39835, 48545, 54624, 58190, 59768, 63334, 81689, 84814
Offset: 1

Author

Mark William Rankin (MarkRankin95511(AT)Yahoo.com), Apr 01 2001

Keywords

Comments

The sequence was found by a computer search of all of the equal divisions of the octave from 1 to over 84814.
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

			84 = 53 + the previous term 31. Again, 291152 = 103169 + the previous terms (84814 + 81689 + 11664 + 9816).
		

Crossrefs

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.

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.

Original entry on oeis.org

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

Author

Mark William Rankin (MarkRankin95511(AT)Yahoo.com), Apr 01 2001

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).
		

Crossrefs

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.

Original entry on oeis.org

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

Author

Mark William Rankin (MarkRankin95511(AT)Yahoo.com), Apr 12 2001

Keywords

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

A005664 is a subsequence, A206788 is a supersequence.

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.

Original entry on oeis.org

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

Author

Mark William Rankin (MarkRankin95511(AT)Yahoo.com), Apr 12 2001

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.

Original entry on oeis.org

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

Author

Mark William Rankin (MarkRankin95511(AT)Yahoo.com), Apr 14 2001

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).

Original entry on oeis.org

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

Author

Mark William Rankin (MarkRankin95511(AT)Yahoo.com), May 15 2001

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.

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).

Original entry on oeis.org

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

Author

Mark William Rankin (MarkRankin95511(AT)Yahoo.com), May 15 2001

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.

Original entry on oeis.org

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

Author

Mark William Rankin (MarkRankin95511(AT)yahoo.com), May 15 2001

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.

A061921 A list of equal temperaments (equal divisions of the octave) whose nearest scale steps are closer and closer approximations to the 11 pairs of target ratios needed to express the 22 steps of the theoretical Hindu scale known as the 22 Srutis: 45/32 and 64/45, 27/20 and 40/27, 4/3 and 3/2, 81/64 and 128/81, 5/4 and 8/5, 6/5 and 5/3, 32/27 and 27/16, 9/8 and 16/9, 10/9 and 9/5, 16/15 and 15/8, 256/243 and 243/128.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 28, 29, 30, 32, 34, 37, 39, 40, 41, 53, 118, 171, 323, 335, 376, 388, 441, 494, 506, 559, 612, 1171, 1783, 2513, 3072, 3125, 3684, 4296, 12276, 16572, 20868, 40565, 44861, 48545, 52841, 57137, 61433, 69413, 73709
Offset: 1

Author

Mark William Rankin (MarkRankin95511(AT)Yahoo.com), May 15 2001

Keywords

Comments

The sequence was found by a computer search of all the equal divisions of the octave from 1 to 73709. The numerical value of each term represents a musical scale based on an equal division of the octave. The term 32, for example, signifies the scale which is formed by dividing the octave into 32 equal parts.

Examples

			118 = 53 + [34 + 31]; Again, 229719 = 78005 + [73709 + 69413 + 4296 + 3684 + 612].
		

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.
Showing 1-10 of 11 results. Next