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 A227083 #7 Jun 30 2013 14:44:08 %S A227083 0,0,1,0,1,1,1,1,2,2,1,3,1,2,2,3,2,3,2,3,3,3,3,4,1,4,4,2,3,5,3,4,5,4, %T A227083 3,7,4,4,3,6,5,5,3,6,5,6,4,6,4,6,7,5,5,7,4,6,6,7,4,7,6,5,8,5,6,9,6,5, %U A227083 6,7,8,8,6,7,7,9,7,7,5,9,10,6,8,9,8,10,7,8,7,11,8,7,9,9,10,10,8,9,8,13 %N A227083 Number of ways to write n as a + b/2 with a and b terms of the sequence A008407. %C A227083 Conjecture: We have a(n) > 0 for all n > 4. %C A227083 For every k = 2, ..., 342, the value of A008407(k) has been determined by T. J. Engelsma. Since A008407(343)/2 > A008407(342)/2 = 2328/2 = 1164, if n <= 1166 can be written as A008407(j) + A008407(k)/2 with j > 1 and k > 1 then neither j nor k exceeds 342. Based on this we are able to compute a(n) for n = 1, ..., 1166. %H A227083 Zhi-Wei Sun, <a href="/A227083/b227083.txt">Table of n, a(n) for n = 1..1166</a> %H A227083 A. V. Sutherland, <a href="http://math.mit.edu/~primegaps">Narrow admissible k-tuples: bounds on H(k)</a>, 2013. %H A227083 T. Tao, <a href="http://michaelnielsen.org/polymath1/index.php?title=Bounded_gaps_between_primes">Bounded gaps between primes</a>, PolyMath Wiki Project, 2013. %e A227083 a(10) = 2 since 10 = 2 + 16/2 = 6 + 8/2; %e A227083 a(11) = 1 since 11 = 8 + 6/2; %e A227083 a(25) = 1 since 25 = 12 + 26/2. %Y A227083 Cf. A008407. %K A227083 nonn %O A227083 1,9 %A A227083 _Zhi-Wei Sun_, Jun 30 2013