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

Showing entries 1-10 | older changes
Rank array R of 3/2 read by antidiagonals; this array is the dispersion of the complement of the sequence given by r(n) = r(n-1) + 1 + floor(3n/2) for n>=1, with r(0) = 1; that is, A077043(n+1).
(history; published version)
#29 by Alois P. Heinz at Sat Aug 24 22:45:23 EDT 2024
STATUS

proposed

approved

#28 by Jason Yuen at Sat Aug 24 22:03:44 EDT 2024
STATUS

editing

proposed

#27 by Jason Yuen at Sat Aug 24 22:03:40 EDT 2024
COMMENTS

Then R(n,k) is the rank of T(n,k) when all the numbers in {T(n,k})} are jointly ranked. - Clark Kimberling, Jan 25 2018

STATUS

approved

editing

#26 by Bruno Berselli at Fri Jan 26 05:20:26 EST 2018
STATUS

reviewed

approved

#25 by Joerg Arndt at Fri Jan 26 05:14:50 EST 2018
STATUS

proposed

reviewed

#24 by Jon E. Schoenfield at Thu Jan 25 22:06:01 EST 2018
STATUS

editing

proposed

#23 by Jon E. Schoenfield at Thu Jan 25 22:05:57 EST 2018
NAME

Rank array R of 3/2 read by antidiagonals; this array is the dispersion of the complement of the sequence given by r(n) = r(n-1) + 1 + [floor(3n/2] ) for n>=1, with r(0) = 1; that is, A077043(n+1).

COMMENTS

The sequence is a permutation of the natural numbers positive integers and the array is a transposable dispersion.

1 2 4 8 16 32

3 6 12 24 48 96

9 18 36 72 144 288

27 54 108 216 432 864

EXAMPLE

1 ... 2 ... 4 ... 6 ... 9 ... 13 .. 17 .. 22

3 ... 5 ... 8 ... 11 .. 15 .. 20 .. 25 .. 31

7 ... 10 .. 14 .. 18 .. 23 .. 29 .. 35 .. 42

12 .. 16 .. 21 .. 26 .. 32 .. 39 .. 46 .. 54

19 .. 24 .. 30 .. 36 .. 43 .. 51 .. 59 .. 68

27 .. 33 .. 40 .. 47 .. 55 .. 64 .. 73 .. 83

37 .. 44 .. 52 .. 60 .. 69 .. 79 .. 89 .. 100

MATHEMATICA

TableForm[Table[w[i, j], {i, 1, 10}, {j, 1, 10}]] (* A087465 array *)

Flatten[Table[w[k, n - k + 1], {n, 1, c1}, {k, 1, n}]] (* A087465 sequence *)

TableForm[Table[w[i, 1] + w[1, j] + (i - 1)*(j - 1) - 1, {i, 1, 10}, {j, 1, 10}]] (* A087465 array, by formula *)

STATUS

proposed

editing

#22 by Clark Kimberling at Thu Jan 25 19:01:14 EST 2018
STATUS

editing

proposed

#21 by Clark Kimberling at Thu Jan 25 19:00:48 EST 2018
COMMENTS

Let T(n,k) be the rectangular version of the array at A036561, with northwest corner as shown here:

1 2 4 8 16 32

3 6 12 24 48 96

9 18 36 72 144 288

27 54 108 216 432 864

Then R(n,k) is the rank of T(n,k) when all the numbers in {T(n,k}} are jointly ranked. - Clark Kimberling, Jan 25 2018

STATUS

approved

editing

#20 by N. J. A. Sloane at Thu Sep 25 10:33:26 EDT 2014
STATUS

proposed

approved