cp's OEIS Frontend

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.

A054098 Triangular array generated by its row sums: T(n,0)=1 for n >= 0, T(1,1)=2, T(n,k)=T(n,k-1)+d*r(n-k) for k=2,3,...,n, d=(-1)^(k+1), n >= 2, r(h)=sum of the numbers in row h of T.

This page as a plain text file.
%I A054098 #4 Mar 30 2012 18:57:02
%S A054098 1,1,2,1,3,2,1,6,3,4,1,14,8,11,10,1,44,30,36,33,34,1,178,134,148,142,
%T A054098 145,144,1,892,714,758,744,750,747,748,1,5354,4462,4640,4596,4610,
%U A054098 4604,4607,4606,1,37480,32126,33018,32840,32884,32870
%N A054098 Triangular array generated by its row sums: T(n,0)=1 for n >= 0, T(1,1)=2, T(n,k)=T(n,k-1)+d*r(n-k) for k=2,3,...,n, d=(-1)^(k+1), n >= 2, r(h)=sum of the numbers in row h of T.
%e A054098 Rows: {1}, {1,2}, {1,3,2}, {1,6,3,4}, ...
%K A054098 nonn,tabl,eigen
%O A054098 1,3
%A A054098 _Clark Kimberling_