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.

A290988 The arithmetic function v+-(n,3).

This page as a plain text file.
%I A290988 #9 Aug 21 2017 13:00:58
%S A290988 1,1,2,1,3,1,4,3,5,3,6,3,7,5,8,5,9,5,10,7,11,7,12,7,13,9,14,9,15,9,16,
%T A290988 11,17,11,18,11,19,13,20,13,21,13,22,15,23,15,24,15,25,17,26,17,27,17,
%U A290988 28,19,29,19,30,19,31,21,32,21,33,21,34,23,35
%N A290988 The arithmetic function v+-(n,3).
%H A290988 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 Section 1.6.2.
%t A290988 vpm[n_, h_] := (d = Divisors[n]; Max[(2*Floor[(d - 2)/(2*h)] + 1)*n/d]); Table[vpm[n, 3], {n, 2, 70}]
%Y A290988 Cf. A289435, A289436, A289437, A289438, A289439, A289440, A289441.
%K A290988 nonn
%O A290988 2,3
%A A290988 _Robert Price_, Aug 16 2017