OFFSET
1,2
COMMENTS
(1) Delete the odd numbered rows and get twice the Wythoff array, A035513. (2) Subtract 1 from the even numbered rows and get the odd numbered rows. (3) As a sequence, this is a permutation of the positive integers. (4) The array is a dispersion and an interspersion. (5) Let c = ordered union of odd numbered columns and let d = ordered union of even numbered columns; then c and d are the unique solutions of the complementary equation d(n)=c(c(n))+2 and also of the complementary equation d(n)=c(n)+2*Floor[(n+2)/2]. (6) c=A137708, d=A137709.
FORMULA
Odd numbered rows: r(n)=r(n-1)+r(n-2)+1, Even numbered rows: r(n)=r(n-1)+r(n-2).
EXAMPLE
Northwest corner:
1 3 5 9 15
2 4 6 10 16
7 13 21 35 57
8 14 22 36 58
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Clark Kimberling, Feb 07 2008
STATUS
approved