login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A291267 The arithmetic function v_2(n,3). 0
0, 1, 1, 2, 2, 2, 2, 3, 4, 4, 4, 4, 4, 6, 5, 6, 6, 6, 8, 7, 8, 8, 8, 10, 8, 9, 9, 10, 12, 10, 10, 12, 12, 14, 12, 12, 12, 13, 16, 14, 14, 14, 16, 18, 16, 16, 16, 16, 20, 18, 17, 18, 18, 22, 18, 19, 20, 20, 24, 20, 20, 21, 21, 26, 24, 22, 24, 24, 28 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,4
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[2, n, 3], {n, 2, 70}]
CROSSREFS
Sequence in context: A120501 A113757 A291270 * A261221 A080352 A301426
KEYWORD
nonn
AUTHOR
Robert Price, Aug 21 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 8 17:42 EDT 2024. Contains 375023 sequences. (Running on oeis4.)