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.

A252822 Number of n X 2 nonnegative integer arrays with upper left 0 and every value within 3 of its city block distance from the upper left and every value increasing by 0 or 1 with every step right or down.

This page as a plain text file.
%I A252822 #8 Dec 06 2018 19:24:00
%S A252822 2,6,18,53,142,339,729,1437,2638,4568,7536,11937,18266,27133,39279,
%T A252822 55593,77130,105130,141038,186525,243510,314183,401029,506853,634806,
%U A252822 788412,971596,1188713,1444578,1744497,2094299,2500369,2969682,3509838,4129098
%N A252822 Number of n X 2 nonnegative integer arrays with upper left 0 and every value within 3 of its city block distance from the upper left and every value increasing by 0 or 1 with every step right or down.
%H A252822 R. H. Hardin, <a href="/A252822/b252822.txt">Table of n, a(n) for n = 1..210</a>
%F A252822 Empirical: a(n) = (1/720)*n^6 + (7/240)*n^5 + (5/144)*n^4 - (11/48)*n^3 + (527/360)*n^2 - (3/10)*n + 1.
%F A252822 Conjectures from _Colin Barker_, Dec 06 2018: (Start)
%F A252822 G.f.: x*(2 - 8*x + 18*x^2 - 17*x^3 + 9*x^4 - 4*x^5 + x^6) / (1 - x)^7.
%F A252822 a(n) = 7*a(n-1) - 21*a(n-2) + 35*a(n-3) - 35*a(n-4) + 21*a(n-5) - 7*a(n-6) + a(n-7) for n>7.
%F A252822 (End)
%e A252822 Some solutions for n=4:
%e A252822 ..0..1....0..0....0..0....0..1....0..0....0..0....0..0....0..1....0..0....0..0
%e A252822 ..0..1....0..0....0..0....0..1....0..1....1..1....1..1....1..2....1..1....1..1
%e A252822 ..0..1....0..1....1..1....0..1....1..1....2..2....1..1....2..2....1..2....1..1
%e A252822 ..1..1....1..2....1..2....0..1....1..1....2..2....2..2....3..3....2..2....1..1
%Y A252822 Column 2 of A252828.
%K A252822 nonn
%O A252822 1,1
%A A252822 _R. H. Hardin_, Dec 22 2014