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.

A269270 Number of n X 2 0..3 arrays with some element plus some horizontally or antidiagonally adjacent neighbor totalling three exactly once.

Original entry on oeis.org

4, 108, 1620, 20412, 236196, 2598156, 27634932, 286978140, 2927177028, 29443957164, 292889889684, 2887057484028, 28242953648100, 274521509459532, 2653707924775476, 25530500379736476, 244598664928443012
Offset: 1

Views

Author

R. H. Hardin, Feb 21 2016

Keywords

Examples

			Some solutions for n=4:
  2 3   2 2   3 3   2 2   3 0   2 2   0 0   1 1   1 3   3 1
  2 0   2 2   3 1   0 0   0 0   3 1   2 1   0 2   1 1   1 1
  3 1   0 0   0 0   1 2   1 0   0 3   0 1   0 2   2 0   3 0
  1 0   3 3   3 2   0 0   1 3   1 0   0 0   1 0   1 1   2 2
		

Crossrefs

Column 2 of A269276.

Formula

Empirical: a(n) = 18*a(n-1) - 81*a(n-2).
Conjectures from Colin Barker, Jan 20 2019: (Start)
G.f.: 4*x*(1 + 9*x) / (1 - 9*x)^2.
a(n) = 9^(n-1) * (8*n-4).
(End)