[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Revision History for A097351 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Rectangular array T(n,k) by antidiagonals; rows are generalized Fibonacci sequences and every relatively prime pair (i,j) satisfying 1 <= i < j occurs exactly once.
(history; published version)
#4 by Russ Cox at Fri Mar 30 18:57:05 EDT 2012
AUTHOR

_Clark Kimberling (ck6(AT)evansville.edu), _, Aug 08 2004

Discussion
Fri Mar 30
18:57
OEIS Server: https://oeis.org/edit/global/285
#3 by N. J. A. Sloane at Fri Feb 27 03:00:00 EST 2009
NAME

Rectangular array T(n,k) by antidiagonals; rows are generalized Fibonacci sequences, and every relatively prime pair (i,j) satisfying 1 <= i < j occurs exactly once.

KEYWORD

nonn,tabl,new

#2 by N. J. A. Sloane at Fri Feb 24 03:00:00 EST 2006
FORMULA

Recurrence for row n: T(n, k)=T(n, k-1)+T(n, k-2). Each row after the first begins with lexically least relatively prime pair not in previous rows.

KEYWORD

nonn,tabl,new

#1 by N. J. A. Sloane at Wed Sep 22 03:00:00 EDT 2004
NAME

Rectangular array T(n,k) by antidiagonals; rows are generalized Fibonacci sequences, and every relatively prime pair (i,j) satisfying 1 <= i < j occurs exactly once.

DATA

1, 2, 1, 3, 3, 1, 5, 4, 4, 1, 8, 7, 5, 5, 1, 13, 11, 9, 6, 6, 2, 21, 18, 14, 11, 7, 5, 1, 34, 29, 23, 17, 13, 7, 7, 1, 55, 47, 37, 28, 20, 12, 8, 8, 2, 89, 76, 60, 45, 33, 19, 15, 9, 7, 1, 144, 123, 97, 73, 53, 31, 23, 17, 9, 9, 3, 233, 199, 157, 118, 86, 50, 38, 26, 16, 10, 7, 1, 377, 322

OFFSET

1,2

COMMENTS

In every row, the limiting ratio of consecutive terms is tau.

FORMULA

Recurrence for row n: T(n,k)=T(n,k-1)+T(n,k-2). Each row after the first begins with lexically least relatively prime pair not in previous rows.

EXAMPLE

Northwest corner:

1 2 3 5 8

1 3 4 7 11

1 4 5 9 14

1 5 6 11 17

1 6 7 13 20

2 5 7 12 19

CROSSREFS
KEYWORD

nonn,tabl

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu), Aug 08 2004

STATUS

approved