cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A293087 T(n,k) = Number of n X k 0..1 arrays with the number of 1's horizontally or antidiagonally adjacent to some 0 two less than the number of 0's adjacent to some 1.

This page as a plain text file.
%I A293087 #6 Apr 05 2020 20:07:49
%S A293087 0,0,0,0,0,0,0,5,1,0,0,23,53,10,0,1,124,486,498,60,0,3,518,4091,8108,
%T A293087 4013,304,0,10,2103,32070,125848,126903,31689,1420,0,24,8304,246852,
%U A293087 1900201,3786544,1955375,246743,6312,0,60,32561,1897509,28709764
%N A293087 T(n,k) = Number of n X k 0..1 arrays with the number of 1's horizontally or antidiagonally adjacent to some 0 two less than the number of 0's adjacent to some 1.
%C A293087 Table starts
%C A293087 .0.....0........0..........0.............0................1..................3
%C A293087 .0.....0........5.........23...........124..............518...............2103
%C A293087 .0.....1.......53........486..........4091............32070.............246852
%C A293087 .0....10......498.......8108........125848..........1900201...........28709764
%C A293087 .0....60.....4013.....126903.......3786544........112687158.........3370860734
%C A293087 .0...304....31689....1955375.....114271723.......6736259130.......400400301913
%C A293087 .0..1420...246743...30064393....3464680837.....405651046593.....48001754870966
%C A293087 .0..6312..1915490..462569756..105517939849...24578475941654...5797084510052322
%C A293087 .0.27167.14853287.7127871677.3226317873349.1496865603233666.704256987414278983
%H A293087 R. H. Hardin, <a href="/A293087/b293087.txt">Table of n, a(n) for n = 1..198</a>
%e A293087 Some solutions for n=4, k=4
%e A293087 ..0..0..1..0. .0..0..0..0. .0..0..0..0. .0..0..1..1. .1..1..0..0
%e A293087 ..0..0..0..0. .1..0..0..0. .0..0..0..0. .0..1..1..1. .1..1..0..0
%e A293087 ..1..1..0..1. .1..0..0..1. .1..1..0..1. .0..0..0..0. .0..0..0..1
%e A293087 ..0..0..1..1. .0..0..0..0. .0..0..1..0. .0..1..0..0. .0..0..1..0
%Y A293087 Row 1 is A286209.
%K A293087 nonn,tabl
%O A293087 1,8
%A A293087 _R. H. Hardin_, Sep 30 2017