|
The a(j) recurrence is a(1)=1 ; a(2)=21 ; a(t+2)=22*a(t+1)-a(t) ;
resulting in a(j) terms A157014
The b(j) recurrence is b(1)=1 ; b(2)=23; b(t+2)=22*b(t+1)-b(t);
resulting in b(j) terms A133283
The n(j) recurrence is n(1)=0 ; n(2)=88 ; n(3)=483*n(2) ; n(t+3)=483*(n(t+2)-n(t+1)) + n(t) ;
resulting in n(j) terms 0, 88, 42504, 20486928, 9874656880 as listed above
|