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.

A300646 T(n,k)=Number of nXk 0..1 arrays with every element equal to 2, 3, 4 or 5 horizontally, vertically or antidiagonally adjacent elements, with upper left element zero.

This page as a plain text file.
%I A300646 #4 Mar 10 2018 10:40:46
%S A300646 0,0,0,0,1,0,0,2,2,0,0,4,2,4,0,0,9,10,10,9,0,0,19,30,64,30,19,0,0,41,
%T A300646 104,316,316,104,41,0,0,88,340,1789,2998,1789,340,88,0,0,189,1144,
%U A300646 9738,28089,28089,9738,1144,189,0,0,406,3795,54293,268615,456649,268615,54293,3795
%N A300646 T(n,k)=Number of nXk 0..1 arrays with every element equal to 2, 3, 4 or 5 horizontally, vertically or antidiagonally adjacent elements, with upper left element zero.
%C A300646 Table starts
%C A300646 .0...0....0......0........0..........0............0..............0
%C A300646 .0...1....2......4........9.........19...........41.............88
%C A300646 .0...2....2.....10.......30........104..........340...........1144
%C A300646 .0...4...10.....64......316.......1789.........9738..........54293
%C A300646 .0...9...30....316.....2998......28089.......268615........2552014
%C A300646 .0..19..104...1789....28089.....456649......7455411......121708555
%C A300646 .0..41..340...9738...268615....7455411....209156119.....5850560104
%C A300646 .0..88.1144..54293..2552014..121708555...5850560104...280782187131
%C A300646 .0.189.3795.300456.24338903.1990954802.164070075524.13506744672543
%H A300646 R. H. Hardin, <a href="/A300646/b300646.txt">Table of n, a(n) for n = 1..241</a>
%F A300646 Empirical for column k:
%F A300646 k=1: a(n) = a(n-1)
%F A300646 k=2: a(n) = a(n-1) +2*a(n-2) +a(n-3)
%F A300646 k=3: [order 15]
%F A300646 k=4: [order 49]
%e A300646 Some solutions for n=5 k=4
%e A300646 ..0..0..0..1. .0..0..0..0. .0..0..0..0. .0..0..1..1. .0..0..0..1
%e A300646 ..0..0..1..1. .0..1..1..0. .0..1..0..1. .0..1..1..0. .0..0..1..1
%e A300646 ..0..1..0..0. .0..1..0..0. .1..1..1..1. .1..1..0..0. .0..0..1..0
%e A300646 ..1..1..0..0. .0..0..0..1. .1..0..1..1. .0..0..1..1. .1..1..0..0
%e A300646 ..1..0..0..0. .0..0..1..1. .0..0..1..1. .0..1..1..1. .1..0..0..0
%Y A300646 Column 2 is A078039(n-2).
%K A300646 nonn,tabl
%O A300646 1,8
%A A300646 _R. H. Hardin_, Mar 10 2018