OFFSET
1,1
COMMENTS
We begin with a definition. Suppose that W = (w(i,j)), where i >= 1 and j >= 1, is an array of numbers such that if m and n satisfy 1 <= m < n, then there exists k such that w(m,k+h) < w(n,h+1) < w(m,k+h+1) for every h >= 0. Then W is a row-splitting array. The array B(2,1) is a row-splitting array. The rows of B(2,1) are linearly recurrent with signature (1,1); the columns are linearly recurrent with signature (1,1,-1). The order array (as defined in A333029) of B(2,1) is A361995.
FORMULA
EXAMPLE
Corner of B(2,1):
5 9 14 23 37 60 97 157 ...
15 25 40 65 105 170 275 445 ...
26 43 69 112 181 293 474 767 ...
36 59 95 154 249 403 652 1055 ...
47 77 124 202 325 526 851 1377 ...
...
(column 1 of A035513) = (1,4,6,9,12,14,17,19,...), so (column 1 of B(2,1)) = (5,15,26,36,...);
(column 2 of A000027) = (2,7,10,15,20,23,28,31,...), so (column 2 of B(2,1)) = (9,25,43,59,...).
MATHEMATICA
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Clark Kimberling, Apr 04 2023
STATUS
approved