OFFSET
0,5
COMMENTS
The 2nd column (a(i,1) entries) is every other Fibonacci number starting w offset 1. Each row ends with a repeating number, call it b(n), these numbers can also be defined as b(0) = 1, b(n) = floor(2*Phi^2*b(n-1)) - c where c=2 if row index is odd, c=1 if row index is even.
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Gerald McGarvey, Aug 30 2004
STATUS
approved