OFFSET
0,4
COMMENTS
The leftmost column of the array is the odd-indexed Fibonacci numbers plus leading one.
REFERENCES
A. Nkwanta, A Riordan matrix approach to unifying a selected class of combinatorial arrays, Congressus Numerantium, 160 (2003), pp. 33-55.
A. Nkwanta, A note on Riordan matrices, Contemporary Mathematics Series, AMS, 252 (1999), pp. 99-107.
A. Nkwanta, Lattice paths, generating functions and the Riordan group, Ph.D. Thesis, Howard University, Washington DC 1997.
LINKS
Naiomi T. Cameron and Asamoah Nkwanta, On Some (Pseudo) Involutions in the Riordan Group, Journal of Integer Sequences, Vol. 8 (2005), Article 05.3.7.
FORMULA
Riordan array: ((1-2z+z^2)/(1-3z+z^2), ((1-z+z^2)-sqrt(1-2z-z^2-2z^3+z^4))/2z), R(n, k). Recurrence: R(n+1, 0) = 2R(n, 0) + Sum_{j>=1} R(n-j, 0), leftmost column. For other columns: R(n+1, k) = R(n, k-1) + R(n, k) + Sum_{j>=1} R(n-j, k+j).
EXAMPLE
Triangle starts:
1;
1, 1;
3, 2, 1;
8, 5, 3, 1;
21, 14, 8, 4, 1;
CROSSREFS
KEYWORD
AUTHOR
Asamoah Nkwanta (nkwanta(AT)jewel.morgan.edu), Aug 09 2005
STATUS
approved