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.

A217959 Number of n X 3 arrays of the minimum value of corresponding elements and their horizontal or antidiagonal neighbors in a random 0..2 n X 3 array.

This page as a plain text file.
%I A217959 #7 Jul 23 2018 13:48:20
%S A217959 9,91,835,7765,72257,672627,6261827,58295677,542717361,5052561371,
%T A217959 47038082435,437912812805,4076859114817,37954542163107,
%U A217959 353347327405987,3289575547592237,30625128435267441,285112312553286091
%N A217959 Number of n X 3 arrays of the minimum value of corresponding elements and their horizontal or antidiagonal neighbors in a random 0..2 n X 3 array.
%C A217959 Column 3 of A217964.
%H A217959 R. H. Hardin, <a href="/A217959/b217959.txt">Table of n, a(n) for n = 1..181</a>
%F A217959 Empirical: a(n) = 10*a(n-1) - 4*a(n-2) - 20*a(n-3) - 23*a(n-4) - 10*a(n-5).
%F A217959 Empirical g.f.: x*(9 + x - 39*x^2 - 41*x^3 - 26*x^4) / (1 - 10*x + 4*x^2 + 20*x^3 + 23*x^4 + 10*x^5). - _Colin Barker_, Jul 23 2018
%e A217959 Some solutions for n=3:
%e A217959 ..1..0..1....2..1..1....1..0..0....0..0..1....2..0..1....2..0..0....0..0..0
%e A217959 ..0..0..2....1..0..0....1..0..0....1..1..2....0..0..2....2..0..0....1..0..1
%e A217959 ..1..1..2....1..0..0....1..0..2....1..1..2....0..0..0....1..0..2....1..0..0
%Y A217959 Cf. A217964.
%K A217959 nonn
%O A217959 1,1
%A A217959 _R. H. Hardin_, Oct 16 2012