cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A291310 The arithmetic function v_6(n,5).

This page as a plain text file.
%I A291310 #4 Aug 21 2017 22:13:26
%S A291310 0,0,1,1,0,2,2,2,2,2,3,3,4,3,4,4,4,4,5,6,4,5,6,5,6,6,8,6,6,6,8,6,8,10,
%T A291310 9,8,8,9,10,8,12,9,11,10,10,10,12,14,10,12,13,11,12,11,16,12,12,12,15,
%U A291310 12,12,18,16,15,12,14,17,15,20
%N A291310 The arithmetic function v_6(n,5).
%D A291310 J. Butterworth, Examining the arithmetic function v_g(n,h). Research Papers in Mathematics, B. Bajnok, ed., Gettysburg College, Vol. 8 (2008).
%H A291310 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 A291310 v[g_, n_, h_] := (d = Divisors[n]; Max[(Floor[(d - 1 - GCD[d, g])/h] + 1)*n/d]); Table[v[6, n, 5], {n, 2, 70}]
%Y A291310 Cf. A289435, A289436, A289437, A289438, A289439, A289440, A289441.
%K A291310 nonn
%O A291310 2,6
%A A291310 _Robert Price_, Aug 21 2017