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!)
A101286 Rounded frequencies in Hz of the notes of the chromatic music scale beginning at A. 2
55, 58, 62, 65, 69, 73, 78, 82, 87, 92, 98, 104, 110, 117, 123, 131, 139, 147, 156, 165, 175, 185, 196, 208, 220, 233, 247, 262, 277, 294, 311, 330, 349, 370, 392, 415, 440, 466, 494, 523, 554, 587, 622, 659, 698, 740, 784, 831, 880, 932, 988, 1047, 1109, 1175 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The scale is equal-tempered. ("Wohltemperiert", introduced by Johann Sebastian Bach.)
LINKS
T. Yahaya Abdullah, Music Scales, part of Synthesizers, Music and Television.
FORMULA
a(1+n) = round(55*2^(n/12)). - R. J. Mathar, Mar 12 2008
MAPLE
A101286 := proc(n) round( 55*2.0^((n-1)/12.0)) ; end: seq(A101286(n), n=1..80) ; # R. J. Mathar, Mar 12 2008
CROSSREFS
Sequence in context: A020282 A345483 A345484 * A295804 A101285 A159024
KEYWORD
nonn
AUTHOR
Angela Johansson (angvi798(AT)student.liu.se), Dec 20 2004
EXTENSIONS
Corrected by T. D. Noe, Nov 02 2006
More terms from R. J. Mathar, Mar 12 2008
STATUS
approved

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 24 19:31 EDT 2024. Contains 371962 sequences. (Running on oeis4.)