|
FORMULA
|
The n(j) recurrence is n(1)=0 ; n(2)=136 ; n(3)=1155*n(2) ; n(t+3)=1155*(n(t+2)-n(t+1)) + n(t) ;
resulting in n(j) terms 0, 136, 157080, 181270320, 209185792336, 241400223085560 as listed above
The a(j) recurrence is a(1)=1 ; a(2)=33 ; a(t+2)=34*a(t+1)-a(t) ;
resulting in a(j) terms 1, 33, 1121, 38081, 1293633, ( A077420 )
The b(j) recurrence is b(1)=1 ; b(2)=35; b(t+2)=34*b(t+1)-b(t);
resulting in b(j) terms 1, 35, 1189, 40391, 1372105 ( A046176 )
|