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.

A181246 Number of n X 3 binary matrices with no 2 X 2 block having four 1's.

Original entry on oeis.org

8, 57, 417, 3032, 22077, 160697, 1169792, 8515337, 61986457, 451223152, 3284626797, 23910060017, 174050512312, 1266980540057, 9222838063377, 67136581219272, 488712965249117, 3557529413370537, 25896623226618032
Offset: 1

Views

Author

R. H. Hardin, Oct 10 2010

Keywords

Comments

Column 3 of A181253.

Crossrefs

Cf. A181253.

Formula

Empirical: a(n) = 6*a(n-1) + 10*a(n-2) - 5*a(n-3).
Empirical g.f.: x*(8 + 9*x - 5*x^2) / (1 - 6*x - 10*x^2 + 5*x^3). - Colin Barker, Mar 26 2018