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 A215462 #9 Jul 16 2015 22:20:02 %S A215462 0,1,0,0,0,2,0,0,2,1,0,2,2,2,2,3,0,4,6,0,4,5,2,4,6,5,4,7,4,6,10,2,8, %T A215462 11,2,9,10,6,8,13,6,8,14,8,8,17,8,10,16,7,14,17,10,12,16,11,14,19,12, %U A215462 12,26,10,14,25,10,19,22,16,16,21,18,20,28,18,18,31,14,23,30,16 %N A215462 Number of decompositions of 2n into ordered sums of two odd nonprimes. %C A215462 A002372(n) + A215461(n) + a(n) = n. %C A215462 Note: if n is odd-composite then a(n) is odd, otherwise even. %C A215462 Conjecture: a(n) is never zero for n > 19, verified to 10^9. %C A215462 Conjecture: a(n) > A215461(n) > A002372(n) for sufficiently large n. %F A215462 a(n) = convolve(c,c) where c(n) is the sequence defined by 1 if (2*n+1) is odd nonprime (includes 1), and 0 if (2*n+1) is odd prime. %e A215462 n=15, 2*n=30, 2*n = { 9+21, 15+15, 21+9 }, a(15) = 3. %e A215462 n=18, 2*n=36, 2*n = { 1+35, 9+27, 15+21, 21+15, 27+9, 35+1 }, a(18) = 6. %Y A215462 Cf. A002372, A215461. %K A215462 nonn %O A215462 0,6 %A A215462 _Peter A. Lawrence_, Aug 11 2012