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.

A265870 T(n,k)=Number of nXk arrays containing k copies of 0..n-1 with no element plus any antidiagonal neighbor equal to n-1.

This page as a plain text file.
%I A265870 #6 Aug 12 2016 06:55:34
%S A265870 1,1,2,1,2,6,1,4,42,24,1,6,340,984,120,1,12,3136,56496,48216,720,1,20,
%T A265870 30456,3965392,28645840,2869200,5040,1,40,307464,307543008,
%U A265870 21193260208,20091622560,278125200,40320,1,70,3182784,25346247472,17674408924672
%N A265870 T(n,k)=Number of nXk arrays containing k copies of 0..n-1 with no element plus any antidiagonal neighbor equal to n-1.
%C A265870 Table starts
%C A265870 ......1.............1.................1...................1...................1
%C A265870 ......2.............2.................4...................6..................12
%C A265870 ......6............42...............340................3136...............30456
%C A265870 .....24...........984.............56496.............3965392...........307543008
%C A265870 ....120.........48216..........28645840.........21193260208......17674408924672
%C A265870 ....720.......2869200.......20091622560.....187225073253120.2036853990307247808
%C A265870 ...5040.....278125200....29056095714720.4173639524545757568
%C A265870 ..40320...31015797120.52981034285587200
%C A265870 .362880.4991834736000
%H A265870 R. H. Hardin, <a href="/A265870/b265870.txt">Table of n, a(n) for n = 1..60</a>
%e A265870 Some solutions for n=3 k=4
%e A265870 ..0..2..0..0....0..0..1..2....1..2..0..0....1..2..2..1....0..2..0..0
%e A265870 ..1..1..1..1....1..2..1..0....2..1..1..2....1..1..2..0....1..1..1..1
%e A265870 ..2..2..2..0....1..2..0..2....0..2..1..0....0..2..0..0....2..2..0..2
%Y A265870 Column 1 is A000142.
%Y A265870 Row 2 is A063886.
%K A265870 nonn,tabl
%O A265870 1,3
%A A265870 _R. H. Hardin_, Dec 17 2015