editing
approved
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”).
editing
approved
Array read by antidiagonals: AT(m,n) = Sum(1<=i<=m) [ i * ( n + 2(i-1) )! ]
AT(3,2) = Sum( 1 <= i <= 3 ) [ i * ( 2 + 2(i-1) )! ]
proposed
editing
editing
proposed
Index numbers (compare A055089) of permutations like (n,1, n+1,2, n+2,3, ...).
Array read by antidiagonals: A(m,n) = Sum(1<=i<=m) [ i * ( n + 2(i-1) )! ]
Index numbers (compare A055089) of permutations like (n,1, n+1,2, n+2,3, ...).
Tilman Piesk, <a href="http://en.wikiversity.org/wiki/Inversion_%28discrete_mathematics%29#arrays1
A(3,2) = Sum( 1 <= i <= 3 ) [ i * ( 2 + 2(i-1) )! ]
= 1*(2+0)! + 2*(2+2)! + 3*(2+4)!
= 1*2 + 2*24 + 3*720
= 2210
MATLAB code is shown on the Wikiversity page.
Cf. A055089.
proposed
editing
editing
proposed
Tilman Piesk, <a href="http://en.wikiversity.org/wiki/Inversion_%28discrete_mathematics%29#arrays1
nonn,tabl,changed
allocated for Tilman PieskIndex numbers (compare A055089) of permutations like (n,1, n+1,2, n+2,3, ...).
1, 2, 13, 6, 50, 373, 24, 246, 2210, 20533, 120, 1464, 15366, 163490, 1834933, 720, 10200, 122424, 1466886, 18307490, 241335733, 5040, 81360, 1098840, 14637624, 201050886, 2892317090, 43830481333, 40320, 730800, 10967760, 160766040
1,2
Tilman Piesk, <a href="/A211366/b211366.txt">Table of n, a(n) for n = 1..2016</a>
allocated
nonn
Tilman Piesk, Jul 07 2012
approved
editing
allocated for Tilman Piesk
allocated
approved