login
A316562
Koechel number for the works of W. A. Mozart rounded from age 11.
0
16, 40, 64, 89, 113, 138, 162, 186, 211, 235, 260, 284, 308, 333, 357, 382, 406, 430, 455, 479, 504, 528, 552, 577, 601, 626
OFFSET
11,1
COMMENTS
Based on linear regression and a table of Koechel numbers.
FORMULA
K(x) = round(24.4*x - 252.8).
EXAMPLE
K(11) = 16 and K(36) = 626 the last work of Mozart at age 35.7 years.
MAPLE
f:=proc(x) round(24.4*x-252.8); end;
CROSSREFS
Sequence in context: A205255 A176869 A132161 * A221684 A247345 A332519
KEYWORD
nonn,fini,full
AUTHOR
Simon Plouffe, Jul 06 2018
STATUS
approved