login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A290980
The arithmetic function v_3(n,6).
0
1, 0, 2, 1, 3, 1, 4, 1, 5, 2, 6, 2, 7, 3, 8, 3, 9, 3, 10, 3, 11, 4, 12, 5, 13, 4, 14, 5, 15, 5, 16, 6, 17, 7, 18, 6, 19, 6, 20, 7, 21, 7, 22, 9, 23, 8, 24, 8, 25, 9, 26, 9, 27, 11, 28, 9, 29, 10, 30, 10, 31, 10, 32, 13, 33, 11, 34, 12, 35
OFFSET
2,3
REFERENCES
J. Butterworth, Examining the arithmetic function v_g(n,h). Research Papers in Mathematics, B. Bajnok, ed., Gettysburg College, Vol. 8 (2008).
LINKS
Bela Bajnok, Additive Combinatorics: A Menu of Research Problems, arXiv:1705.07444 [math.NT], May 2017. See Table in Section 1.6.1.
MATHEMATICA
v[g_, n_, h_] := (d = Divisors[n]; Max[(Floor[(d - 1 - GCD[d, g])/h] + 1)*n/d]); Table[v[3, n, 6], {n, 2, 70}]
CROSSREFS
Sequence in context: A330756 A330747 A337785 * A007381 A366877 A337377
KEYWORD
nonn
AUTHOR
Robert Price, Aug 16 2017
STATUS
approved