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.
%I A262415 #8 Dec 31 2018 11:26:33 %S A262415 6,45,270,1701,10206,61965,371790,2237301,13423806,80601885,483611310, %T A262415 2902199301,17413195806,104483957805,626903746830,3761465527701, %U A262415 22568793166206,135413146417725,812478878506350,4874876757822501 %N A262415 Number of (n+1) X (3+1) 0..1 arrays with each row divisible by 3 and column not divisible by 3, read as a binary number with top and left being the most significant bits. %H A262415 R. H. Hardin, <a href="/A262415/b262415.txt">Table of n, a(n) for n = 1..210</a> %F A262415 Empirical: a(n) = 6*a(n-1) + 9*a(n-2) - 54*a(n-3). %F A262415 Conjectures from _Colin Barker_, Dec 31 2018: (Start) %F A262415 G.f.: 3*x*(2 + 3*x - 18*x^2) / ((1 - 3*x)*(1 + 3*x)*(1 - 6*x)). %F A262415 a(n) = 3^(n-1) * (2^(n+3) - 2) / 2 for n even. %F A262415 a(n) = 3^(n-1) * (2^(n+3) - 4) / 2 for n odd. %F A262415 (End) %e A262415 Some solutions for n=4: %e A262415 ..0..0..1..1....1..1..1..1....1..1..1..1....1..1..0..0....1..1..0..0 %e A262415 ..0..0..0..0....0..0..1..1....0..0..0..0....0..0..1..1....1..1..0..0 %e A262415 ..1..1..0..0....1..0..0..1....1..0..0..1....0..0..1..1....1..1..0..0 %e A262415 ..0..0..1..1....1..1..0..0....0..0..0..0....0..0..1..1....0..0..1..1 %e A262415 ..0..0..1..1....0..1..1..0....0..1..1..0....0..0..0..0....0..0..0..0 %Y A262415 Column 3 of A262420. %K A262415 nonn %O A262415 1,1 %A A262415 _R. H. Hardin_, Sep 22 2015