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.

A267957 T(n,k)=Number of nXk 0..2 arrays with every repeated value in every row and column unequal to the previous repeated value, and new values introduced in row-major sequential order.

This page as a plain text file.
%I A267957 #4 Jan 22 2016 13:23:56
%S A267957 1,2,2,4,14,4,11,96,96,11,29,726,1625,726,29,77,5046,30145,30145,5046,
%T A267957 77,201,35574,493087,1414023,493087,35574,201,525,242406,8239879,
%U A267957 56103165,56103165,8239879,242406,525,1361,1653750,130870815,2290723921
%N A267957 T(n,k)=Number of nXk 0..2 arrays with every repeated value in every row and column unequal to the previous repeated value, and new values introduced in row-major sequential order.
%C A267957 Table starts
%C A267957 ....1........2............4..............11...............29................77
%C A267957 ....2.......14...........96.............726.............5046.............35574
%C A267957 ....4.......96.........1625...........30145...........493087...........8239879
%C A267957 ...11......726........30145.........1414023.........56103165........2290723921
%C A267957 ...29.....5046.......493087........56103165.......5180448783......495859988413
%C A267957 ...77....35574......8239879......2290723921.....495859988413...112089546220707
%C A267957 ..201...242406....130870815.....87407239371...43614373673363.22894037516177941
%C A267957 ..525..1653750...2082478515...3343976341229.3849196727799125
%C A267957 .1361.11113926..32398824901.124140022659137
%C A267957 .3525.74553750.502697528961
%H A267957 R. H. Hardin, <a href="/A267957/b267957.txt">Table of n, a(n) for n = 1..84</a>
%F A267957 Empirical for column k:
%F A267957 k=1: a(n) = 3*a(n-1) +2*a(n-2) -8*a(n-3) for n>5
%F A267957 k=2: [order 6] for n>8
%F A267957 k=3: [order 56]
%e A267957 Some solutions for n=3 k=4
%e A267957 ..0..1..0..0....0..1..0..0....0..0..1..0....0..1..0..1....0..1..0..0
%e A267957 ..0..1..1..2....2..2..1..2....1..2..1..1....1..0..1..1....2..2..1..0
%e A267957 ..1..0..0..1....2..1..0..0....0..0..2..1....1..2..2..0....1..0..0..1
%Y A267957 Column 1 is A267912.
%Y A267957 Column 2 is A267913.
%K A267957 nonn,tabl
%O A267957 1,2
%A A267957 _R. H. Hardin_, Jan 22 2016