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!)
A291304 The arithmetic function v_5(n,2). 0
1, 1, 2, 0, 3, 3, 4, 4, 5, 5, 6, 6, 7, 5, 8, 8, 9, 9, 10, 10, 11, 11, 12, 10, 13, 13, 14, 14, 15, 15, 16, 16, 17, 15, 18, 18, 19, 19, 20, 20, 21, 21, 22, 20, 23, 23, 24, 24, 25, 25, 26, 26, 27, 25, 28, 28, 29, 29, 30, 30, 31, 31, 32, 30, 33, 33, 34, 34, 35 (list; graph; refs; listen; history; text; internal format)
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[5, n, 2], {n, 2, 70}]
CROSSREFS
Sequence in context: A108407 A180772 A370594 * A245332 A202035 A369494
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 April 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)