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.

A290980 The arithmetic function v_3(n,6).

This page as a plain text file.
%I A290980 #5 Aug 18 2017 10:56:51
%S A290980 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,
%T A290980 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,
%U A290980 30,10,31,10,32,13,33,11,34,12,35
%N A290980 The arithmetic function v_3(n,6).
%D A290980 J. Butterworth, Examining the arithmetic function v_g(n,h). Research Papers in Mathematics, B. Bajnok, ed., Gettysburg College, Vol. 8 (2008).
%H A290980 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 A290980 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}]
%Y A290980 Cf. A289435 - A289441.
%K A290980 nonn
%O A290980 2,3
%A A290980 _Robert Price_, Aug 16 2017