A291040 The arithmetic function u(n,3,2).
5, 5, 3, 4, 5, 3, 5, 4, 3, 5, 5, 3, 5, 5, 3, 4, 5, 3, 5, 4, 3, 5, 5, 3, 5, 5, 3, 4, 5, 3, 5, 4, 3, 5, 5, 3, 5, 5, 3, 4, 5, 3, 5, 4, 3, 5, 5, 3, 5, 5, 3, 4, 5, 3, 5, 4, 3, 5, 5, 3, 5, 5, 3, 4, 5, 3, 5, 4, 3, 5
Offset: 1
Keywords
Links
- Bela Bajnok, Additive Combinatorics: A Menu of Research Problems, arXiv:1705.07444 [math.NT], May 2017. See Table in Section 1.6.3.
Programs
-
Mathematica
u[n_, m_, h_] := (d = Divisors[n]; Min[(h*Ceiling[m/d] - h + 1)*d]); Table[u[n, 3, 2], {n, 1, 70}]