cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A215286 Number of permutations of 0..floor((n*n-1)/2) on even squares of an n X n array such that each row and column of even squares is increasing.

This page as a plain text file.
%I A215286 #9 Jan 20 2024 13:59:25
%S A215286 1,2,10,280,60060,85765680,2061378118800,346915095471584640,
%T A215286 1736278161426147413954880,62144711688730139887005809020800,
%U A215286 103104526145243794108489566205445861006400
%N A215286 Number of permutations of 0..floor((n*n-1)/2) on even squares of an n X n array such that each row and column of even squares is increasing.
%C A215286 Diagonal of A215292.
%H A215286 R. H. Hardin, <a href="/A215286/b215286.txt">Table of n, a(n) for n = 1..40</a>
%F A215286 f1 = floor((n+1)/2)
%F A215286 f2 = floor(n/2)
%F A215286 T(n,k) = A060854(f1,f1)*A060854(f2,f2)*binomial(f1*f1+f2*f2,f1*f1).
%e A215286 Some solutions for n=5
%e A215286 ..0..x..1..x..2....0..x..2..x..6....0..x..2..x..4....1..x..2..x..6
%e A215286 ..x..4..x..7..x....x..1..x..3..x....x..3..x..5..x....x..0..x..8..x
%e A215286 ..3..x..6..x..9....5..x..8..x.11....1..x..8..x..9....3..x..5..x.10
%e A215286 ..x..5..x.11..x....x..4..x..9..x....x..7..x.10..x....x..9..x.12..x
%e A215286 ..8..x.10..x.12....7..x.10..x.12....6..x.11..x.12....4..x..7..x.11
%Y A215286 Cf. A060854, A215292.
%K A215286 nonn
%O A215286 1,2
%A A215286 _R. H. Hardin_, Aug 07 2012