[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A209790
Half the number of (n+1) X 3 0..2 arrays with every 2 X 2 subblock having exactly one duplicate clockwise edge difference.
1
204, 3171, 49056, 759642, 11761044, 182095128, 2819342124, 43651363500, 675845981124, 10463998747116, 162012162212700, 2508404424354996, 38837163012482148, 601308631223158716, 9309950622871199676
OFFSET
1,1
COMMENTS
Column 2 of A209796.
LINKS
FORMULA
Empirical: a(n) = 14*a(n-1) + 27*a(n-2) - 64*a(n-3) + 22*a(n-4).
Empirical g.f.: 3*x*(68 + 105*x - 282*x^2 + 99*x^3) / (1 - 14*x - 27*x^2 + 64*x^3 - 22*x^4). - Colin Barker, Jul 13 2018
EXAMPLE
Some solutions for n=4.
..1..1..1....2..0..1....1..2..0....0..0..2....0..0..2....2..0..2....2..0..1
..1..0..0....0..0..0....0..2..0....0..1..1....0..1..1....2..2..2....2..0..2
..1..2..2....2..2..1....2..2..1....0..1..2....1..1..0....0..2..1....1..0..2
..0..0..0....2..0..0....2..0..1....0..0..2....1..2..2....2..2..1....1..2..2
..2..0..2....2..0..1....0..0..2....0..2..2....0..0..1....2..0..0....2..2..1
CROSSREFS
Cf. A209796.
Sequence in context: A234789 A099105 A253680 * A348603 A194192 A339199
KEYWORD
nonn
AUTHOR
R. H. Hardin, Mar 13 2012
STATUS
approved