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.

A221245 T(n,k)=Number of nXk arrays of occupancy after each element moves to some horizontal, diagonal or antidiagonal neighbor.

This page as a plain text file.
%I A221245 #6 Jul 23 2025 01:47:19
%S A221245 0,1,0,2,9,0,4,50,64,0,8,484,1056,441,0,16,3864,45369,21660,3025,0,32,
%T A221245 32400,1337130,4096576,441720,20736,0,64,267264,44315649,438377904,
%U A221245 367565584,8997120,142129,0,128,2214144,1404725868,56606878084
%N A221245 T(n,k)=Number of nXk arrays of occupancy after each element moves to some horizontal, diagonal or antidiagonal neighbor.
%C A221245 Table starts
%C A221245 .0........1...........2...............4.................8................16
%C A221245 .0........9..........50.............484..............3864.............32400
%C A221245 .0.......64........1056...........45369...........1337130..........44315649
%C A221245 .0......441.......21660.........4096576.........438377904.......56606878084
%C A221245 .0.....3025......441720.......367565584......142283547000....71306050492681
%C A221245 .0....20736.....8997120.....32940435025....46087307409528.89545789526100625
%C A221245 .0...142129...183206016...2951293792489.14921719105582926
%C A221245 .0...974169..3730330800.264404315544196
%C A221245 .0..6677056.75953515968
%C A221245 .0.45765225
%C A221245 Even columns are perfect squares
%H A221245 R. H. Hardin, <a href="/A221245/b221245.txt">Table of n, a(n) for n = 1..71</a>
%e A221245 Some solutions for n=3 k=4
%e A221245 ..1..0..1..0....0..0..3..1....0..2..0..0....1..2..0..1....0..1..1..0
%e A221245 ..1..1..1..2....0..4..2..0....0..1..4..2....0..0..5..2....0..4..1..0
%e A221245 ..1..2..1..1....1..1..0..0....0..0..2..1....0..1..0..0....2..0..2..1
%Y A221245 Column 2 is A049684
%K A221245 nonn,tabl
%O A221245 1,4
%A A221245 _R. H. Hardin_ Jan 06 2013