OFFSET
11,1
COMMENTS
Based on linear regression and a table of Koechel numbers.
LINKS
Peter Galbraith, The 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
KEYWORD
nonn,fini,full
AUTHOR
Simon Plouffe, Jul 06 2018
STATUS
approved