OFFSET
1,1
COMMENTS
a(n) minimizes the maximum of 1+(a(n)+1)/(2*n) and 1+(2*n+(a(n)+1)/2)/a(n). In case that a(n) is not unique and the same maximum occurs more than once, take the smaller value (assuming that this is a counter value on the nodes that is better if it stays small). - R. J. Mathar, Oct 26 2017
Is this the Beatty sequence b(n) = floor(k*n) with k = (sqrt(17)+1)/2? If not, and there is some n with a(n) != b(n), then a(n) = b(n) + 1 and n > 10^8. - Charles R Greathouse IV, Jan 27 2022
REFERENCES
J. Westbrook, Randomized algorithms for multiprocessor page migration, in "On-Line Algorithms", DIMACS Series in Discrete Math., Vol. 7, 1992, pp. 135-149.
LINKS
J. Westbrook, Randomized algorithms for multiprocessor page migration, in "On-Line Algorithms", SIAM J. Comput., 23(5), 951-965. (15 pages), 1994, DOI
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Terms beyond n=10 from R. J. Mathar, Oct 26 2017
STATUS
approved