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.

A262329 Number of (n+1)X(5+1) 0..1 arrays with each row and column divisible by 3, read as a binary number with top and left being the most significant bits.

Original entry on oeis.org

22, 99, 2106, 26131, 570922, 10789339, 237172426, 5028462531, 110616890922, 2411745951979, 53057962551946, 1164684632805331, 25623040149388522, 563395838251985019, 12394707380225550666, 272646042792758242531
Offset: 1

Views

Author

R. H. Hardin, Sep 18 2015

Keywords

Comments

Column 5 of A262332.

Examples

			Some solutions for n=4
..0..0..1..1..0..0....1..0..0..1..0..0....1..0..0..1..1..1....0..1..1..1..1..0
..1..1..1..1..1..1....0..0..1..1..0..0....0..0..0..1..1..0....1..1..0..1..1..0
..1..0..0..1..1..1....1..0..1..0..1..0....0..0..1..0..0..1....1..0..1..0..1..0
..0..0..1..1..1..1....0..1..1..1..1..0....1..0..1..0..1..0....1..1..0..0..1..1
..0..1..1..0..1..1....1..1..1..1..0..0....0..0..0..0..1..1....1..1..1..0..0..1
		

Crossrefs

Cf. A262332.

Formula

Empirical: a(n) = 22*a(n-1) +215*a(n-2) -4730*a(n-3) -14143*a(n-4) +311146*a(n-5) +364285*a(n-6) -8014270*a(n-7) -3615956*a(n-8) +79551032*a(n-9) +9486400*a(n-10) -208700800*a(n-11)