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.

A219472 Number of 2 X n arrays of the minimum value of corresponding elements and their horizontal or antidiagonal neighbors in a random, but sorted with lexicographically nondecreasing rows and columns, 0..3 2 X n array.

This page as a plain text file.
%I A219472 #10 Jul 26 2018 05:17:21
%S A219472 10,23,68,211,547,1248,2663,5432,10666,20206,36984,65512,112528,
%T A219472 187831,305340,484415,751481,1141999,1702831,2495049,3597241,5109370,
%U A219472 7157245,9897666,13524308,18274412,24436354,32358166,42457086,55230217,71266378
%N A219472 Number of 2 X n arrays of the minimum value of corresponding elements and their horizontal or antidiagonal neighbors in a random, but sorted with lexicographically nondecreasing rows and columns, 0..3 2 X n array.
%C A219472 Row 2 of A219471.
%H A219472 R. H. Hardin, <a href="/A219472/b219472.txt">Table of n, a(n) for n = 1..210</a>
%F A219472 Empirical: a(n) = (1/13440)*n^8 + (1/10080)*n^7 + (1/576)*n^6 + (119/720)*n^5 - (9659/5760)*n^4 + (18247/1440)*n^3 - (50047/2016)*n^2 + (6437/840)*n + 13 for n>3.
%F A219472 Conjectures from _Colin Barker_, Jul 26 2018: (Start)
%F A219472 G.f.: x*(10 - 67*x + 221*x^2 - 413*x^3 + 424*x^4 - 153*x^5 - 91*x^6 + 35*x^7 + 124*x^8 - 129*x^9 + 49*x^10 - 7*x^11) / (1 - x)^9.
%F A219472 a(n) = 9*a(n-1) - 36*a(n-2) + 84*a(n-3) - 126*a(n-4) + 126*a(n-5) - 84*a(n-6) + 36*a(n-7) - 9*a(n-8) + a(n-9) for n>12.
%F A219472 (End)
%e A219472 Some solutions for n=3:
%e A219472 ..2..2..2....2..2..2....0..0..1....1..1..1....2..2..2....1..1..1....0..0..1
%e A219472 ..2..2..2....2..1..1....1..0..0....1..1..1....2..0..0....1..2..2....1..3..3
%Y A219472 Cf. A219471.
%K A219472 nonn
%O A219472 1,1
%A A219472 _R. H. Hardin_, Nov 20 2012