|
|
A196423
|
|
Number of n X 1 0..4 arrays with each element equal to the number its horizontal and vertical neighbors less than itself.
|
|
5
|
|
|
1, 3, 5, 11, 26, 55, 119, 263, 573, 1248, 2729, 5959, 13005, 28399, 62010, 135383, 295595, 645407, 1409161, 3076736, 6717713, 14667339, 32024421, 69921635, 152665786, 333328023, 727783135, 1589030151, 3469463141, 7575170720
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,2
|
|
COMMENTS
|
|
|
LINKS
|
|
|
FORMULA
|
Empirical: a(n) = a(n-1) +a(n-2) +3*a(n-3) +a(n-4).
Empirical: G.f. -x*(1+x)^2 / ( -1+x+x^2+3*x^3+x^4 ). - R. J. Mathar, Jul 25 2012
|
|
EXAMPLE
|
All solutions for n=3:
..0....1....0....0....1
..0....0....2....0....0
..0....0....0....1....1
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|