OFFSET
1,2
COMMENTS
LINKS
FORMULA
In A(n,k)-formulas below, n is the row, and k the column index, both starting from 1:
A(n,k) = (3 + ( A000244(n) * (2*A032766(k) - 1) )) / 6. - Antti Karttunen after L. Edson Jeffery's direct formula for A191450, Jan 24 2015
A(n,k) = (1/2) * (1 + (A000244(n-1) * A007310(k))). [Which further reduces to this, equivalent to L. Edson Jeffery's original formula above.]
A(1,k) = A032766(k) and for n > 1: A(n,k) = (3 * A254051(n-1,k)) - 1. [The definition of transposed dispersion of (3n-1).]
As a composition of related permutations. All sequences interpreted as one-dimensional:
EXAMPLE
The top left corner of the array:
1, 3, 4, 6, 7, 9, 10, 12, 13, 15, 16, 18, 19, 21
2, 8, 11, 17, 20, 26, 29, 35, 38, 44, 47, 53, 56, 62
5, 23, 32, 50, 59, 77, 86, 104, 113, 131, 140, 158, 167, 185
14, 68, 95, 149, 176, 230, 257, 311, 338, 392, 419, 473, 500, 554
41, 203, 284, 446, 527, 689, 770, 932, 1013, 1175, 1256, 1418, 1499, 1661
...
PROG
KEYWORD
nonn,tabl
AUTHOR
L. Edson Jeffery & Antti Karttunen, Jan 24 2015
STATUS
approved