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 A070895 #12 Jun 16 2016 23:27:21 %S A070895 1,1,1,2,1,1,4,3,1,1,10,6,4,1,1,26,18,8,5,1,1,76,48,28,10,6,1,1,232, %T A070895 156,76,40,12,7,1,1,764,492,272,110,54,14,8,1,1,2620,1740,880,430,150, %U A070895 70,16,9,1,1,9496,6168,3328,1420,636,196,88,18,10,1,1,35696,23568 %N A070895 Triangle read by rows where T(n+1,k)=T(n,k)+n*T(n-1,k) starting with T(n,n)=1 and T(n,k)=0 if n<k. %C A070895 For n>k+1, T(n,k) is a multiple of k+2. %C A070895 Eigentriangle of inverse of (-1)^(n-k)*A094587. Row sums are A187044. - _Paul Barry_, Mar 02 2011 %F A070895 T(n, k+1)=(T(n, k-1)-T(n-1, k))/k for 0<k<n. %e A070895 Rows start: 1; 1,1; 2,1,1; 4,3,1,1; 10,6,4,1,1; etc. %e A070895 Triangle begins %e A070895 1, %e A070895 1, 1, %e A070895 2, 1, 1, %e A070895 4, 3, 1, 1, %e A070895 10, 6, 4, 1, 1, %e A070895 26, 18, 8, 5, 1, 1, %e A070895 76, 48, 28, 10, 6, 1, 1, %e A070895 232, 156, 76, 40, 12, 7, 1, 1 %e A070895 Production matrix begins %e A070895 1, 1, %e A070895 1, 0, 1, %e A070895 1, 1, 0, 1, %e A070895 2, 1, 1, 0, 1, %e A070895 4, 3, 1, 1, 0, 1, %e A070895 10, 6, 4, 1, 1, 0, 1, %e A070895 26, 18, 8, 5, 1, 1, 0, 1, %e A070895 76, 48, 28, 10, 6, 1, 1, 0, 1, %e A070895 232, 156, 76, 40, 12, 7, 1, 1, 0, 1 %e A070895 Inverse begins %e A070895 1, %e A070895 -1, 1, %e A070895 -1, -1, 1, %e A070895 0, -2, -1, 1, %e A070895 0, 0, -3, -1, 1, %e A070895 0, 0, 0, -4, -1, 1, %e A070895 0, 0, 0, 0, -5, -1, 1, %e A070895 0, 0, 0, 0, 0, -6, -1, 1 %e A070895 - _Paul Barry_, Mar 02 2011 %Y A070895 Columns include A000085, A000932, A059480. Right hand columns effectively include A000012 (twice), A000027, A005843, A028552. Cf. A062323 for a triangle with similar formulas. %K A070895 easy,nonn,tabl %O A070895 0,4 %A A070895 _Henry Bottomley_, May 23 2002