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.

A181192 Number of n X 5 matrices containing a permutation of 1..n*5 in increasing order rowwise, columnwise, diagonally and (downwards) antidiagonally.

This page as a plain text file.
%I A181192 #8 Feb 27 2018 05:00:53
%S A181192 1,14,290,6392,141696,3142704,69705920,1546100352,34293030016,
%T A181192 760631058944,16871055411200,374205743270912,8300010573582336,
%U A181192 184097055591849984,4083335265314938880,90569764059295875072
%N A181192 Number of n X 5 matrices containing a permutation of 1..n*5 in increasing order rowwise, columnwise, diagonally and (downwards) antidiagonally.
%C A181192 Column 5 of A181196.
%H A181192 R. H. Hardin, <a href="/A181192/b181192.txt">Table of n, a(n) for n=1..100</a>
%F A181192 Empirical: a(n) = 24*a(n-1) - 40*a(n-2) - 8*a(n-3).
%F A181192 Conjectures from _Colin Barker_, Feb 27 2018: (Start)
%F A181192 G.f.: x*(1 - 10*x - 6*x^2) / ((1 - 2*x)*(1 - 22*x - 4*x^2)).
%F A181192 a(n) = 2^(n-2) + ((11-5*sqrt(5))^n*(2+sqrt(5)) + (-2+sqrt(5))*(11+5*sqrt(5))^n) / (4*sqrt(5)).
%F A181192 (End)
%e A181192 Some solutions for 4 X 5:
%e A181192 ..1..2..3..4..5....1..2..3..4..5....1..2..3..4..5....1..2..3..4..5
%e A181192 ..6..7..8..9.10....6..7..8..9.10....6..7..8..9.10....6..7..8..9.10
%e A181192 .11.12.13.14.15...11.12.13.14.17...11.12.13.14.16...11.12.13.14.18
%e A181192 .16.17.18.19.20...15.16.18.19.20...15.17.18.19.20...15.16.17.19.20
%Y A181192 Cf. A181196.
%K A181192 nonn
%O A181192 1,2
%A A181192 _R. H. Hardin_, Oct 10 2010