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.

A212938 Number of n X 3 0..2 arrays with no column j greater than or equal to than column j-1 in all rows.

Original entry on oeis.org

1, 181, 9019, 331489, 10669771, 320396041, 9245913139, 260489615329, 7229878904251, 198760197641401, 5430623746397059, 147781972534146769, 4010919223287633931, 108669462396348197161, 2940820425317878781779
Offset: 1

Views

Author

R. H. Hardin, May 31 2012

Keywords

Comments

Column 3 of A212943.

Examples

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

Crossrefs

Cf. A212943.

Formula

Empirical: a(n) = 55*a(n-1) - 936*a(n-2) + 4860*a(n-3).
a(n) = 10^n - 2*18^n + 27^n. - Vaclav Kotesovec, May 31 2012
Empirical g.f.: x*(1 + 126*x) / ((1 - 10*x)*(1 - 18*x)*(1 - 27*x)). - Colin Barker, Jul 21 2018