[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”).

A211366
Array read by antidiagonals: T(m,n) = Sum(1<=i<=m) i * ( n + 2(i-1) )!
1
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
OFFSET
1,2
COMMENTS
Index numbers (compare A055089) of permutations like (n,1, n+1,2, n+2,3, ...).
LINKS
Tilman Piesk, Arrays of permutations (Wikiversity)
EXAMPLE
T(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
PROG
MATLAB code is shown on the Wikiversity page.
CROSSREFS
Cf. A055089.
Sequence in context: A324003 A176466 A128155 * A158088 A124869 A292007
KEYWORD
nonn,tabl
AUTHOR
Tilman Piesk, Jul 07 2012
STATUS
approved