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.

A263373 T(n,k)=Number of (n+1)X(k+1) 0..2 arrays with each row and column divisible by 7, read as a base-3 number with top and left being the most significant digits.

This page as a plain text file.
%I A263373 #4 Oct 16 2015 07:34:17
%S A263373 1,1,1,2,2,2,5,7,7,5,10,29,82,29,10,19,112,865,865,112,19,37,367,9888,
%T A263373 24711,9888,367,37,73,1359,107514,826249,826249,107514,1359,73,146,
%U A263373 5370,1260442,27274339,84790557,27274339,1260442,5370,146,293,21447,15048493
%N A263373 T(n,k)=Number of (n+1)X(k+1) 0..2 arrays with each row and column divisible by 7, read as a base-3 number with top and left being the most significant digits.
%C A263373 Table starts
%C A263373 ...1.....1..........2.............5.............10..............19
%C A263373 ...1.....2..........7............29............112.............367
%C A263373 ...2.....7.........82...........865...........9888..........107514
%C A263373 ...5....29........865.........24711.........826249........27274339
%C A263373 ..10...112.......9888........826249.......84790557......8491666657
%C A263373 ..19...367.....107514......27274339.....8491666657...2535097569590
%C A263373 ..37..1359....1260442.....943196037...883978450474.787253224440475
%C A263373 ..73..5370...15048493...32850517101.92359613590072
%C A263373 .146.21447..180640864.1149496602927
%C A263373 .293.86013.2167406803
%H A263373 R. H. Hardin, <a href="/A263373/b263373.txt">Table of n, a(n) for n = 1..84</a>
%F A263373 Empirical for column k:
%F A263373 k=1: a(n) = 3*a(n-1) -3*a(n-2) +3*a(n-3) -3*a(n-4) +3*a(n-5) -2*a(n-6)
%F A263373 k=2: a(n) = 4*a(n-1) +101*a(n-6) -404*a(n-7) -2159*a(n-12) +8636*a(n-13) +2059*a(n-18) -8236*a(n-19)
%e A263373 Some solutions for n=4 k=4
%e A263373 ..1..2..2..0..1....1..1..0..1..1....2..2..0..0..1....0..2..1..2..1
%e A263373 ..2..1..2..1..0....2..2..1..2..0....1..2..2..0..1....2..2..2..1..1
%e A263373 ..2..1..0..0..0....2..1..0..2..1....0..0..0..0..0....1..2..0..1..2
%e A263373 ..2..1..0..2..1....2..1..0..0..0....0..0..0..2..1....2..1..1..1..2
%e A263373 ..2..2..1..2..0....2..0..1..1..1....0..1..2..1..1....1..1..2..2..1
%K A263373 nonn,tabl
%O A263373 1,4
%A A263373 _R. H. Hardin_, Oct 16 2015