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 A115381 #3 Mar 30 2012 18:59:13 %S A115381 1,1,1,0,2,0,1,1,1,1,0,1,2,1,0,0,1,1,1,1,0,0,0,1,3,1,0,0,1,0,1,1,1,1, %T A115381 0,1,0,1,0,1,3,1,0,1,0,0,1,0,1,1,1,1,0,1,0,0,0,1,1,1,3,1,1,1,0,0,0,0, %U A115381 1,0,1,1,1,1,0,1,0,0,0,0,0,1,1,1,3,1,1,1,0,0,0,0,0,0,1,0,1,1,1,1,0,1,0,0,0 %N A115381 Correlation triangle for Fredholm-Rueppel sequence A036987. %C A115381 Row sums are A115367. T(2n,n) is partial sums of squares of A036987(n). %F A115381 G.f.: A(x)A(x*y)/(1-x^2*y) where A(x)=sum{k>=0, x^(2^k-1)}. Number triangle T(n, k)=sum{j=0..n, if(j<=k, A036987(k-j), 0)*if(j<=(n-k), A036987(n-k-j), 0)} %e A115381 Triangle begins %e A115381 1, %e A115381 1, 1, %e A115381 0, 2, 0, %e A115381 1, 1, 1, 1, %e A115381 0, 1, 2, 1, 0, %e A115381 0, 1, 1, 1, 1, 0, %e A115381 0, 0, 1, 3, 1, 0, 0, %e A115381 1, 0, 1, 1, 1, 1, 0, 1, %e A115381 0, 1, 0, 1, 3, 1, 0, 1, 0, %e A115381 0, 1, 0, 1, 1, 1, 1, 0, 1, 0, %e A115381 0, 0, 1, 1, 1, 3, 1, 1, 1, 0, 0, %e A115381 0, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, %e A115381 0, 0, 0, 1, 1, 1, 3, 1, 1, 1, 0, 0, 0, %e A115381 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, %e A115381 0, 0, 0, 0, 1, 1, 1, 4, 1, 1, 1, 0, 0, 0, 0, %e A115381 1, 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, %e A115381 0, 1, 0, 0, 0, 1, 1, 1, 4, 1, 1, 1, 0, 0, 0, 1, 0 %K A115381 easy,nonn,tabl %O A115381 0,5 %A A115381 _Paul Barry_, Jan 21 2006