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

A239358
Number of n X 5 0..2 arrays with no element equal to one plus the sum of elements to its left or one plus the sum of elements above it or one plus the sum of the elements diagonally to its northwest, modulo 3.
1
6, 16, 32, 60, 106, 156, 218, 299, 399, 524, 680, 874, 1113, 1404, 1754, 2170, 2659, 3228, 3884, 4634, 5485, 6444, 7518, 8714, 10039, 11500, 13104, 14858, 16769, 18844, 21090, 23514, 26123, 28924, 31924, 35130, 38549, 42188, 46054, 50154, 54495, 59084
OFFSET
1,1
LINKS
FORMULA
Empirical: a(n) = (7/6)*n^3 - (39/2)*n^2 + (538/3)*n - 486 for n>8.
Conjectures from Colin Barker, Oct 25 2018: (Start)
G.f.: x*(6 - 8*x + 4*x^2 + 4*x^3 - 20*x^5 + 22*x^6 - x^7 - 7*x^8 + 6*x^9 + x^11) / (1 - x)^4.
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4) for n>4.
(End)
EXAMPLE
Some solutions for n=5:
..0..0..0..0..2....0..0..0..0..0....0..0..0..0..2....0..0..0..0..0
..0..0..0..0..2....0..0..0..0..0....0..0..0..0..2....0..0..0..0..2
..0..0..2..2..0....0..0..0..2..2....0..0..0..0..0....0..0..0..0..2
..0..0..2..2..1....0..0..0..2..1....0..2..2..0..0....0..0..0..0..0
..2..2..0..1..1....0..0..0..0..2....2..2..1..2..0....2..2..0..0..0
CROSSREFS
Column 5 of A239361.
Sequence in context: A345023 A243763 A061235 * A171494 A201055 A071857
KEYWORD
nonn
AUTHOR
R. H. Hardin, Mar 17 2014
STATUS
approved