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.

A205823 T(n,k) = number of (n+1) X (k+1) 0..2 arrays with the number of clockwise edge increases in every 2 X 2 subblock unequal to the number of counterclockwise edge increases.

This page as a plain text file.
%I A205823 #7 Dec 10 2015 02:14:25
%S A205823 24,66,66,180,216,180,492,714,714,492,1344,2430,2880,2430,1344,3672,
%T A205823 8274,12318,12318,8274,3672,10032,28242,53100,67944,53100,28242,10032,
%U A205823 27408,96402,230532,380568,380568,230532,96402,27408,74880,329130,1002240
%N A205823 T(n,k) = number of (n+1) X (k+1) 0..2 arrays with the number of clockwise edge increases in every 2 X 2 subblock unequal to the number of counterclockwise edge increases.
%C A205823 Table starts
%C A205823 ....24.....66.....180......492.......1344........3672........10032
%C A205823 ....66....216.....714.....2430.......8274.......28242........96402
%C A205823 ...180....714....2880....12318......53100......230532......1002240
%C A205823 ...492...2430...12318....67944.....380568.....2158482.....12281976
%C A205823 ..1344...8274...53100...380568....2791080....20842578....156410676
%C A205823 ..3672..28242..230532..2158482...20842578...206195280...2053746000
%C A205823 .10032..96402.1002240.12281976..156410676..2053746000..27196042704
%C A205823 .27408.329130.4361064.70022628.1177361316.20547395916.362290015758
%H A205823 R. H. Hardin, <a href="/A205823/b205823.txt">Table of n, a(n) for n = 1..264</a>
%e A205823 Some solutions for n=4, k=3:
%e A205823 ..1..0..0..2....0..1..1..2....1..2..1..1....2..1..1..1....2..1..0..0
%e A205823 ..1..2..1..2....0..2..0..2....1..0..0..2....2..0..2..0....0..1..2..1
%e A205823 ..1..0..1..0....1..2..1..2....1..2..1..1....1..1..1..0....2..1..0..0
%e A205823 ..2..0..2..2....1..0..0..2....0..2..0..2....2..0..2..2....0..1..2..1
%e A205823 ..2..1..1..0....2..2..1..1....0..1..0..1....2..1..1..0....2..1..0..0
%Y A205823 Column 1 is A121907(n+2).
%K A205823 nonn,tabl
%O A205823 1,1
%A A205823 _R. H. Hardin_, Feb 01 2012