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

A207597
Number of n X 6 0..1 arrays avoiding 0 0 0 and 0 1 0 horizontally and 0 0 1 and 1 0 1 vertically.
1
25, 625, 3025, 9025, 21025, 42025, 75625, 126025, 198025, 297025, 429025, 600625, 819025, 1092025, 1428025, 1836025, 2325625, 2907025, 3591025, 4389025, 5313025, 6375625, 7590025, 8970025, 10530025, 12285025, 14250625, 16443025, 18879025
OFFSET
1,1
COMMENTS
Column 6 of A207599.
LINKS
FORMULA
Empirical: a(n) = 25*n^4 + 50*n^3 - 25*n^2 - 50*n + 25.
Conjectures from Colin Barker, Jun 25 2018: (Start)
G.f.: 25*x*(1 + 20*x + 6*x^2 - 4*x^3 + x^4) / (1 - x)^5.
a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5) for n>5.
(End)
EXAMPLE
Some solutions for n=4:
..0..1..1..0..1..1....1..1..1..1..1..1....1..0..1..1..1..1....0..0..1..1..0..0
..1..1..1..1..0..1....0..0..1..1..1..1....0..0..1..1..0..0....0..0..1..1..1..1
..1..0..1..1..0..0....0..0..1..1..0..0....0..0..1..1..0..0....0..0..1..1..0..0
..0..0..1..1..0..0....0..0..1..1..0..0....0..0..1..1..0..0....0..0..1..1..0..0
CROSSREFS
Cf. A207599.
Sequence in context: A207912 A208424 A207784 * A207023 A208116 A207367
KEYWORD
nonn
AUTHOR
R. H. Hardin, Feb 19 2012
STATUS
approved