login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Eigentriangle by rows, n terms of (10 * A002535) followed by A002535(n)
0

%I #2 Mar 30 2012 17:25:32

%S 1,10,1,10,10,11,10,10,110,31,10,10,110,310,161,10,10,110,310,1610,

%T 601,10,10,110,310,1610,6010,2651,10,10,110,310,1610,6010,26510,10711

%N Eigentriangle by rows, n terms of (10 * A002535) followed by A002535(n)

%C A002535 = (1, 1, 11, 31, 161, 601,...) = right border. Row sums = (1, 11, 31, 161,...) = INVERT transform of (1, 10, 10, 10,...). Sum of n-th row terms = rightmost term of next row.

%F Eigentriangle by rows, n terms of (10 * A002535) followed by A002535(n)

%e First few rows of the triangle =

%e 1;

%e 10, 1;

%e 10, 10, 11;

%e 10, 10, 110, 31;

%e 10, 10, 110, 310, 161;

%e 10, 10, 110, 320, 1610, 601;

%e ...

%Y A002535

%K nonn,tabl

%O 0,2

%A _Gary W. Adamson_, Sep 06 2008