login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A291323
The arithmetic function v+-(n,4).
0
1, 1, 2, 1, 3, 1, 4, 3, 5, 3, 6, 3, 7, 5, 8, 3, 9, 5, 10, 7, 11, 5, 12, 5, 13, 9, 14, 7, 15, 7, 16, 11, 17, 9, 18, 9, 19, 13, 20, 9, 21, 11, 22, 15, 23, 11, 24, 11, 25, 17, 26, 13, 27, 15, 28, 19, 29, 15, 30, 15, 31, 21, 32, 15, 33, 17, 34, 23, 35
OFFSET
2,3
LINKS
Bela Bajnok, Additive Combinatorics: A Menu of Research Problems, arXiv:1705.07444 [math.NT], May 2017. See Section 1.6.2.
MATHEMATICA
vpm[n_, h_] := (d = Divisors[n]; Max[(2*Floor[(d - 2)/(2*h)] + 1)*n/d]); Table[vpm[n, 4], {n, 2, 70}]
KEYWORD
nonn
AUTHOR
Robert Price, Aug 22 2017
STATUS
approved