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!)
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 (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[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

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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)