[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login
Revision History for A137707 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Secondary Wythoff Array read by antidiagonals.
(history; published version)
#3 by Russ Cox at Fri Mar 30 18:57:10 EDT 2012
AUTHOR

_Clark Kimberling (ck6(AT)evansville.edu), _, Feb 07 2008

Discussion
Fri Mar 30
18:57
OEIS Server: https://oeis.org/edit/global/285
#2 by N. J. A. Sloane at Fri Feb 27 03:00:00 EST 2009
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.

KEYWORD

nonn,tabl,new

#1 by N. J. A. Sloane at Sun Jun 29 03:00:00 EDT 2008
NAME

Secondary Wythoff Array read by antidiagonals.

DATA

1, 3, 2, 5, 4, 7, 9, 6, 13, 8, 15, 10, 21, 14, 11, 25, 16, 35, 22, 19, 12, 41, 26, 57, 36, 31, 20, 17, 67, 42, 93, 58, 51, 32, 29, 18, 109, 68, 151, 94, 83, 52, 47, 30, 23, 177, 110, 245, 152, 135, 84, 77, 48, 39, 24, 286, 178, 397, 246, 220, 136, 125, 78, 63, 40, 27

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 (ck6(AT)evansville.edu), Feb 07 2008

STATUS

approved