login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A224725
Number of (n+3) X 8 0..2 matrices with each 4 X 4 subblock idempotent.
1
4257, 3123, 3775, 4209, 4498, 5727, 7575, 9778, 12188, 15746, 21068, 28510, 38276, 51515, 69988, 95816, 131320, 179974, 247009, 339781, 467963, 644706, 888388, 1224747, 1689190, 2330279, 3214950, 4435881, 6121153, 8447413, 11658240
OFFSET
1,1
LINKS
FORMULA
Empirical: a(n) = 3*a(n-1) - 2*a(n-2) - 2*a(n-3) + 4*a(n-4) - 3*a(n-5) + 2*a(n-7) - a(n-8) for n>10.
Empirical g.f.: x*(4257 - 9648*x + 2920*x^2 + 7644*x^3 - 11361*x^4 + 8480*x^5 + 2077*x^6 - 6522*x^7 + 2104*x^8 + 47*x^9) / ((1 - x)^3*(1 + x)*(1 - x - x^4)). - Colin Barker, Sep 04 2018
EXAMPLE
Some solutions for n=2:
..1..0..0..0..0..0..0..0....1..0..0..0..0..2..0..0....1..1..1..1..1..0..1..1
..1..0..0..0..0..0..0..2....1..0..0..0..0..1..0..0....0..0..0..0..0..0..0..0
..1..0..0..0..0..0..0..0....2..0..0..0..0..1..0..0....0..0..0..0..0..0..0..0
..2..0..0..0..0..0..0..1....1..0..0..0..0..1..0..0....0..0..0..0..0..0..0..0
..0..0..0..0..0..0..0..1....1..0..0..0..0..1..0..0....1..2..1..1..1..1..1..1
CROSSREFS
Column 5 of A224728.
Sequence in context: A237805 A031985 A138399 * A252030 A371569 A023346
KEYWORD
nonn
AUTHOR
R. H. Hardin, Apr 16 2013
STATUS
approved