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.
%I A290982 #8 Aug 21 2017 13:00:37 %S A290982 1,1,2,0,3,1,4,3,5,2,6,2,7,5,8,3,9,3,10,7,11,4,12,4,13,9,14,5,15,5,16, %T A290982 11,17,5,18,6,19,13,20,7,21,7,22,15,23,8,24,8,25,17,26,9,27,10,28,19, %U A290982 29,10,30,10,31,21,32,10,33,11,34,23,35 %N A290982 The arithmetic function v_5(n,6). %D A290982 J. Butterworth, Examining the arithmetic function v_g(n,h). Research Papers in Mathematics, B. Bajnok, ed., Gettysburg College, Vol. 8 (2008). %H A290982 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 A290982 v[g_, n_, h_] := (d = Divisors[n]; Max[(Floor[(d - 1 - GCD[d, g])/h] + 1)*n/d]); Table[v[5, n, 6], {n, 2, 70}] %t A290982 a[n_]:=n Max[Table[(Floor[(d - 1 - GCD[d, 5])/6] + 1)/d, {d, Divisors[n]}]]; Table[a[n], {n, 2, 100}] (* _Vincenzo Librandi_, Aug 19 2017 *) %Y A290982 Cf. A289435, A289436, A289437, A289438, A289439, A289440, A289441. %K A290982 nonn %O A290982 2,3 %A A290982 _Robert Price_, Aug 16 2017