|
| |
|
|
A071831
|
|
Frequency ratios for notes of C-major scale starting at c = 1 (numerators).
|
|
5
| |
|
|
1, 9, 5, 4, 3, 5, 15, 2, 9, 5, 8, 3, 10, 15, 4, 9, 5, 16, 6, 20, 15, 8, 9, 10, 32, 12, 40, 15, 16, 18, 20, 64, 24, 80, 30, 32, 36, 40, 128, 48, 160, 60, 64, 72, 80, 256, 96, 320, 120, 128, 144, 160, 512, 192, 640, 240, 256, 288, 320, 1024, 384, 1280, 480, 512, 576, 640, 2048
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
FORMULA
| a(n+7) = 2*a(n) for n >= 21. - Rick L. Shepherd (rshepherd2(AT)hotmail.com), Apr 06 2006
|
|
|
EXAMPLE
| The ratios are 1 (c), 9/8 (d), 5/4 (e), 4/3 (f), 3/2 (g), 5/3 (a), 15/8 (b); followed by these 7 numbers multiplied by successive powers of 2.
|
|
|
PROG
| (PARI) r=[1, 9/8, 5/4, 4/3, 3/2, 5/3, 15/8]; for(n=0, 10, a=2^n*r; for(m=1, 7, print1(numerator(a[m]), ", "))) - Rick L. Shepherd (rshepherd2(AT)hotmail.com), Apr 06 2006
|
|
|
CROSSREFS
| Cf. A071832, A071833.
Sequence in context: A139604 A104139 A198359 * A110894 A198933 A089491
Adjacent sequences: A071828 A071829 A071830 * A071832 A071833 A071834
|
|
|
KEYWORD
| nonn,frac,easy,nice
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), Jun 10 2002
|
|
|
EXTENSIONS
| More terms from Rick L. Shepherd (rshepherd2(AT)hotmail.com), Apr 06 2006
|
| |
|
|