The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A289186 The arithmetic function v_4(n,5). 0
0, 1, 0, 1, 2, 2, 1, 3, 2, 2, 4, 3, 4, 5, 3, 4, 6, 4, 4, 7, 4, 5, 8, 5, 6, 9, 8, 6, 10, 6, 6, 11, 8, 10, 12, 8, 8, 13, 8, 8, 14, 9, 8, 15, 10, 10, 16, 14, 10, 17, 12, 11, 18, 11, 16, 19, 12, 12, 20, 12, 12, 21, 12, 15, 22, 14, 16, 23, 20 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,5
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[4, n, 5], {n, 2, 70}]
a[n_]:=n*Max[Table[(Floor[(d - 1 - GCD[d, 4])/5] + 1)/d, {d, Divisors[n]}]]; Table[a[n], {n, 2, 100}] (* Vincenzo Librandi, Aug 17 2017 *)
CROSSREFS
Sequence in context: A112221 A266697 A264402 * A130816 A109951 A116608
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 May 29 22:36 EDT 2024. Contains 372954 sequences. (Running on oeis4.)