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 A124369 #6 Jan 22 2014 17:54:33 %S A124369 1,0,1,1,1,1,2,2,2,1,2,6,4,3,1,4,9,12,7,4,1,7,17,24,21,11,5,1,10,34, %T A124369 48,50,34,16,6,1,17,58,103,110,91,52,22,7,1,28,104,200,250,220,152,76, %U A124369 29,8,1,44,188,385,534,530,400,239,107,37,9,1 %N A124369 Riordan array (1/((1-x-x^2)(1+x+x^2)),x(1+x)/((1-x-x^2)(1+x+x^2))). %C A124369 Row sums are A123392. Diagonal sums are A124370. First column is A094686. Product of A026729 and abs(A049310). %F A124369 Number triangle T(n,k)=sum{j=0..n, C(j,n-j)*C((j+k)/2,(j-k)/2)*(1+(-1)^(j-k))/2}; %F A124369 T(n,k) = T(n-1,k-1) + T(n-2,k) + T(n-2,k-1) + 2*T(n-3,k) + T(n-4,k), T(0,0) = 1, T(n,k) = 0 if k<0 or if k>n. - _Philippe Deléham_, Jan 22 2014 %e A124369 Triangle begins %e A124369 1, %e A124369 0, 1, %e A124369 1, 1, 1, %e A124369 2, 2, 2, 1, %e A124369 2, 6, 4, 3, 1, %e A124369 4, 9, 12, 7, 4, 1, %e A124369 7, 17, 24, 21, 11, 5, 1, %e A124369 10, 34, 48, 50, 34, 16, 6, 1, %e A124369 17, 58, 103, 110, 91, 52, 22, 7, 1 %K A124369 easy,nonn,tabl %O A124369 0,7 %A A124369 _Paul Barry_, Oct 27 2006