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”).

If an array is made of columns of -nacci sequences, fibo-, tribo- etc. all starting w. 1,1,2 etc, the NW to SE diagonals can be extended by computation. The above is diagonal 7. See A159741 for details.
1

%I #6 Jun 30 2013 13:04:01

%S 21,81,208,464,976,2000,4048

%N If an array is made of columns of -nacci sequences, fibo-, tribo- etc. all starting w. 1,1,2 etc, the NW to SE diagonals can be extended by computation. The above is diagonal 7. See A159741 for details.

%F Interpolate a(n)=2*n+60 offset 0 & b(n)=-2*n+67 offset 0. Add 21 as a leader. Binomially transform. [From Al Hakanson (hawkuu(AT)gmail.com), Jun 08 2009]

%K nonn,more

%O 1,1

%A Al Hakanson (hawkuu(AT)gmail.com), Apr 20 2009