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.

A188388 Number of (n^2) X n binary arrays with rows in nonincreasing order and n ones in every column.

This page as a plain text file.
%I A188388 #10 Sep 23 2019 05:33:50
%S A188388 1,3,39,4079,5442547,135029200594,85864898797026630,
%T A188388 1831628658711424019558504,1644974303630818355119787542346815,
%U A188388 75615488905118998567211473141942014485626339
%N A188388 Number of (n^2) X n binary arrays with rows in nonincreasing order and n ones in every column.
%e A188388 All solutions for 4X2
%e A188388 ..1..1....1..0....1..1
%e A188388 ..1..1....1..0....1..0
%e A188388 ..0..0....0..1....0..1
%e A188388 ..0..0....0..1....0..0
%t A188388 A188392 = Cases[Import["https://oeis.org/A188392/b188392.txt", "Table"], {_, _}][[All, 2]];
%t A188388 a[n_] := A188392[[2 n^2 - 2 n + 1]];
%t A188388 Table[a[n], {n, 1, 10}] (* _Jean-François Alcover_, Sep 23 2019 *)
%Y A188388 Main diagonal of A188392.
%K A188388 nonn
%O A188388 1,2
%A A188388 _R. H. Hardin_, Mar 30 2011
%E A188388 More terms from _Jean-François Alcover_, Sep 23 2019