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”).

A222099
Number of n X 3 0..5 arrays with entries increasing mod 6 by 0, 1, 2 or 3 rightwards and downwards, starting with upper left zero.
1
16, 530, 17694, 591476, 19776286, 661254950, 22110369320, 739304841874, 24720154977078, 826568484486164, 27637992729347366, 924132309919617038, 30900237030548459544, 1033212061004215656522, 34547539617728922860542
OFFSET
1,1
COMMENTS
Column 3 of A222104.
LINKS
FORMULA
Empirical: a(n) = 42*a(n-1) - 302*a(n-2) + 521*a(n-3) + 114*a(n-4) - 144*a(n-5).
Empirical g.f.: 2*x*(8 - 71*x + 133*x^2 + 26*x^3 - 36*x^4) / (1 - 42*x + 302*x^2 - 521*x^3 - 114*x^4 + 144*x^5). - Colin Barker, Aug 15 2018
EXAMPLE
Some solutions for n=3:
..0..0..3....0..2..5....0..0..1....0..0..3....0..2..4....0..0..2....0..2..5
..3..0..0....2..4..0....0..3..4....0..2..5....1..3..4....0..2..2....1..3..0
..0..0..1....5..5..1....2..4..1....1..3..5....2..4..0....2..2..3....1..4..0
CROSSREFS
Cf. A222104.
Sequence in context: A227402 A371722 A263907 * A362520 A254126 A220729
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 07 2013
STATUS
approved