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

A251373
T(n,k)=Number of (n+1)X(k+1) 0..2 arrays with every 2X2 subblock summing to 1 2 3 4 5 6 or 7
9
79, 695, 695, 6113, 17969, 6113, 53769, 464393, 464393, 53769, 472943, 12002283, 35257505, 12002283, 472943, 4159927, 310199103, 2676962017, 2676962017, 310199103, 4159927, 36590017, 8017100977, 203249994369, 597108952883
OFFSET
1,1
COMMENTS
Table starts
......79........695...........6113.............53769...............472943
.....695......17969.........464393..........12002283............310199103
....6113.....464393.......35257505........2676962017.........203249994369
...53769...12002283.....2676962017......597108952883......133187012365193
..472943..310199103...203249994369...133187012365193....87274898497023663
.4159927.8017100977.15431888950873.29707797738391051.57189617044768555919
LINKS
FORMULA
Empirical for column k:
k=1: a(n) = 8*a(n-1) +7*a(n-2)
k=2: a(n) = 24*a(n-1) +49*a(n-2) -34*a(n-3)
k=3: a(n) = 66*a(n-1) +746*a(n-2) +660*a(n-3) -6281*a(n-4) +3690*a(n-5)
k=4: [order 10]
k=5: [order 20]
EXAMPLE
Some solutions for n=2 k=4
..0..0..0..0..1....0..0..0..0..1....0..0..0..0..0....0..0..0..0..2
..2..2..1..0..0....2..2..0..2..2....2..0..2..1..0....0..2..1..1..2
..1..2..2..2..0....1..1..2..1..2....2..1..2..2..1....1..1..2..1..2
CROSSREFS
Sequence in context: A056211 A139184 A142235 * A251366 A152034 A348894
KEYWORD
nonn,tabl
AUTHOR
R. H. Hardin, Dec 01 2014
STATUS
approved