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.

A269646 T(n,k)=Number of nXk arrays containing k copies of 0..n-1 avoiding the pattern down-up in every row and equal-up in every column.

This page as a plain text file.
%I A269646 #6 Aug 12 2016 06:55:35
%S A269646 1,1,2,1,6,6,1,14,74,24,1,34,574,1880,120,1,92,4564,68876,80316,720,1,
%T A269646 258,41526,2316638,18375702,5141864,5040,1,722,419516,94747953,
%U A269646 3291772332,9213264418,458608016,40320,1,2022,4351224,4581555620
%N A269646 T(n,k)=Number of nXk arrays containing k copies of 0..n-1 avoiding the pattern down-up in every row and equal-up in every column.
%C A269646 Table starts
%C A269646 ......1...........1.............1..............1............1..........1
%C A269646 ......2...........6............14.............34...........92........258
%C A269646 ......6..........74...........574...........4564........41526.....419516
%C A269646 .....24........1880.........68876........2316638.....94747953.4581555620
%C A269646 ....120.......80316......18375702.....3291772332.740782304804
%C A269646 ....720.....5141864....9213264418.10673009972228
%C A269646 ...5040...458608016.7725775442284
%C A269646 ..40320.54247835568
%C A269646 .362880
%H A269646 R. H. Hardin, <a href="/A269646/b269646.txt">Table of n, a(n) for n = 1..49</a>
%e A269646 Some solutions for n=3 k=4
%e A269646 ..1..1..0..0. .1..1..2..1. .0..2..2..2. .0..1..2..2. .2..2..1..1
%e A269646 ..2..2..2..1. .2..0..0..2. .1..2..1..1. .1..2..1..0. .1..0..0..2
%e A269646 ..2..0..0..1. .2..1..0..0. .1..0..0..0. .2..1..0..0. .1..2..0..0
%Y A269646 Column 1 is A000142.
%Y A269646 Column 2 is A269334.
%Y A269646 Row 2 is A269506.
%K A269646 nonn,tabl
%O A269646 1,3
%A A269646 _R. H. Hardin_, Mar 02 2016