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.

A224674 Number of (n+1) X 7 0..2 matrices with each 2 X 2 subblock idempotent.

This page as a plain text file.
%I A224674 #10 Feb 17 2018 10:26:42
%S A224674 189,300,398,573,793,1126,1608,2343,3471,5236,8022,12457,19553,30950,
%T A224674 49300,78895,126679,203888,328702,530537,856989,1385070,2239388,
%U A224674 3621563,5857823,9476016,15330218,24802353,40128421,64926346,105050052,169971387
%N A224674 Number of (n+1) X 7 0..2 matrices with each 2 X 2 subblock idempotent.
%C A224674 Column 6 of A224676.
%H A224674 R. H. Hardin, <a href="/A224674/b224674.txt">Table of n, a(n) for n = 1..210</a>
%F A224674 Empirical: a(n) = 4*a(n-1) - 5*a(n-2) + a(n-3) + 2*a(n-4) - a(n-5) for n > 6.
%F A224674 Empirical g.f.: x*(189 - 456*x + 143*x^2 + 292*x^3 - 187*x^4 + 10*x^5) / ((1 - x)^3*(1 - x - x^2)). - _Colin Barker_, Feb 17 2018
%e A224674 Some solutions for n=3:
%e A224674   1 0 1 0 1 0 2    1 1 1 1 1 1 2    0 0 0 0 1 0 0
%e A224674   1 0 1 0 1 0 1    0 0 0 0 0 0 0    0 0 0 0 1 0 1
%e A224674   0 0 1 0 1 0 1    0 0 0 0 0 0 0    0 0 0 0 1 0 1
%e A224674   0 0 1 0 1 0 1    2 1 1 1 1 1 1    0 0 0 0 1 0 1
%K A224674 nonn
%O A224674 1,1
%A A224674 _R. H. Hardin_, Apr 14 2013