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!)
A291272 The arithmetic function v_5(n,4). 0
1, 1, 2, 0, 3, 2, 4, 3, 5, 3, 6, 3, 7, 5, 8, 4, 9, 5, 10, 7, 11, 6, 12, 5, 13, 9, 14, 7, 15, 8, 16, 11, 17, 10, 18, 9, 19, 13, 20, 10, 21, 11, 22, 15, 23, 12, 24, 14, 25, 17, 26, 13, 27, 15, 28, 19, 29, 15, 30, 15, 31, 21, 32, 15, 33, 17, 34, 23, 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, 4], {n, 2, 70}]
CROSSREFS
Sequence in context: A212175 A370595 A289441 * A291273 A008807 A263149
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 May 3 14:26 EDT 2024. Contains 372215 sequences. (Running on oeis4.)