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.

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

This page as a plain text file.
%I A224543 #8 Aug 30 2018 16:06:51
%S A224543 8,32,78,196,428,916,1858,3678,7096,13458,25150,46466,85028,154356,
%T A224543 278298,498792,889320,1578248,2789166,4910498,8615348,15067462,
%U A224543 26274538,45693286
%N A224543 Number of (n+1) X (n+1) 0..1 matrices with each 2 X 2 subblock idempotent.
%C A224543 Diagonal of A224550.
%F A224543 Empirical: a(n) = 6*a(n-1) - 12*a(n-2) + 5*a(n-3) + 12*a(n-4) - 12*a(n-5) - 3*a(n-6) + 6*a(n-7) - a(n-9).
%F A224543 Empirical g.f.: 2*x*(4 - 8*x - 9*x^2 + 36*x^3 - 34*x^4 + 11*x^5 - 5*x^6 + 7*x^7 + x^8) / ((1 - x)^3*(1 - x - x^2)^3). - _Colin Barker_, Aug 30 2018
%e A224543 Some solutions for n=3:
%e A224543 ..0..1..0..0....0..0..0..0....1..1..0..0....0..0..0..0....0..0..0..0
%e A224543 ..0..1..0..0....0..0..0..0....0..0..0..0....0..0..0..0....1..1..1..1
%e A224543 ..0..1..0..1....0..0..0..0....0..0..0..1....1..1..1..1....0..0..0..0
%e A224543 ..0..1..0..1....0..1..1..1....0..0..0..1....0..0..0..0....0..1..1..1
%Y A224543 Cf. A224550.
%K A224543 nonn
%O A224543 1,1
%A A224543 _R. H. Hardin_, Apr 10 2013