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.

A189445 Number of n X 5 array permutations with each element moving zero or one space horizontally or diagonally.

This page as a plain text file.
%I A189445 #8 May 02 2018 09:00:03
%S A189445 8,225,5080,118128,2735828,63367633,1467726607,33995627281,
%T A189445 787410049440,18238068717816,422431934648884,9784409861152809,
%U A189445 226627459902104327,5249167431711452449,121581730378315708936,2816087951868941718112
%N A189445 Number of n X 5 array permutations with each element moving zero or one space horizontally or diagonally.
%C A189445 Column 5 of A189449.
%H A189445 R. H. Hardin, <a href="/A189445/b189445.txt">Table of n, a(n) for n = 1..200</a>
%F A189445 Empirical: a(n) = 24*a(n-1) -19*a(n-2) -11*a(n-3) +36*a(n-4) +3*a(n-5) for n>6.
%F A189445 Empirical g.f.: x*(8 + 33*x - 168*x^2 + 571*x^3 - 537*x^4 - 51*x^5) / ((1 + x)*(1 - 25*x + 44*x^2 - 33*x^3 - 3*x^4)). - _Colin Barker_, May 02 2018
%e A189445 Some solutions for 3 X 5:
%e A189445 ..1..7..3..2..4....6..7..2..9..4....0..2..8..9..4....0..1..3..2..4
%e A189445 ..5..0.13..8..9....5..0..1..8..3....6..5..1..7..3....6..5..8..7..9
%e A189445 .11.10..6.12.14...10.12.11.13.14...10.11.12.13.14...10.12.11.14.13
%Y A189445 Cf. A189449.
%K A189445 nonn
%O A189445 1,1
%A A189445 _R. H. Hardin_, Apr 22 2011