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 A059882 #3 Mar 30 2012 18:51:33 %S A059882 1,0,1,1,0,1,2,0,0,1,2,1,0,0,1,4,2,0,0,0,1,6,3,1,0,0,0,1,9,4,2,0,0,0, %T A059882 0,1,14,7,3,1,0,0,0,0,1,23,10,5,2,0,0,0,0,0,1,35,17,7,3,1,0,0,0,0,0,1, %U A059882 55,26,11,5,2,0,0,0,0,0,0,1,87,41,17,8,3,1,0,0,0,0,0,0,1,136,64,28,11,5,2 %N A059882 As upper right triangle: ascending wiggly sums to n where first term is k (sums in which terms alternately increase and decrease; zigzag partitions). %F A059882 If n>k>0 T(n, k)=sum_j[S(n-k, j)] over j>k and if n>0 T(n, n)=1; where S(n, k)=A059883(n, k) and if n>k>0, S(n, k)=sum_j[T(n-k, j)] over k>j (note reversal) and if n>0 S(n, n)=1. %e A059882 Rows start (1,0,1,2,2,...), (1,0,0,1,...), (1,0,0,...) etc. T(10,4)=2 since 10 can be written as 4+6 or 4+5+1. %Y A059882 Column sums are A025048. Cf. A025047, A025049, A059881, A059883. %K A059882 nonn,tabl %O A059882 1,7 %A A059882 _Henry Bottomley_, Feb 05 2001