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!)
A290978 The arithmetic function v_2(n,5). 0

%I #10 Aug 21 2017 22:13:41

%S 0,1,1,1,2,2,2,3,2,2,4,3,4,5,4,4,6,4,5,7,4,5,8,5,6,9,8,6,10,6,8,11,8,

%T 10,12,8,8,13,10,8,14,9,11,15,10,10,16,14,10,17,13,11,18,11,16,19,12,

%U 12,20,12,12,21,16,15,22,14,17,23,20

%N The arithmetic function v_2(n,5).

%D J. Butterworth, Examining the arithmetic function v_g(n,h). Research Papers in Mathematics, B. Bajnok, ed., Gettysburg College, Vol. 8 (2008).

%H Bela Bajnok, <a href="https://arxiv.org/abs/1705.07444">Additive Combinatorics: A Menu of Research Problems</a>, arXiv:1705.07444 [math.NT], May 2017. See Table in Section 1.6.1.

%t v[g_, n_, h_] := (d = Divisors[n]; Max[(Floor[(d - 1 - GCD[d, g])/h] + 1)*n/d]); Table[v[2, n, 5], {n, 2, 70}]

%t a[n_]:=n Max[Table[(Floor[(d - 1 - GCD[d, 2])/5] + 1)/d, {d, Divisors[n]}]]; Table[a[n], {n, 2, 100}] (* _Vincenzo Librandi_, Aug 17 2017 *)

%Y Cf. A289435, A289436, A289437, A289438, A289439, A289440, A289441.

%K nonn

%O 2,5

%A _Robert Price_, Aug 16 2017

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 June 8 04:51 EDT 2024. Contains 373207 sequences. (Running on oeis4.)