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.
Wikipedia, Equal temperament
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
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