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.

A223970 Number of n X 3 0..2 arrays with rows and antidiagonals unimodal.

This page as a plain text file.
%I A223970 #8 Aug 25 2018 16:09:59
%S A223970 22,484,9515,186004,3628696,70779056,1380511272,26926081924,
%T A223970 525177301935,10243271456697,199788923564609,3896764235253108,
%U A223970 76004070829222317,1482414237420454682,28913608801546792225,563942758255071088641
%N A223970 Number of n X 3 0..2 arrays with rows and antidiagonals unimodal.
%C A223970 Column 3 of A223975.
%H A223970 R. H. Hardin, <a href="/A223970/b223970.txt">Table of n, a(n) for n = 1..210</a>
%F A223970 Empirical: a(n) = 22*a(n-1) - 43*a(n-2) - 125*a(n-3) + 283*a(n-4) - 70*a(n-5) - 111*a(n-6) + 45*a(n-7).
%F A223970 Empirical g.f.: x*(22 - 187*x^2 + 236*x^3 + 27*x^4 - 141*x^5 + 45*x^6) / ((1 - x)*(1 - 3*x)*(1 - 18*x - 32*x^2 + 51*x^3 + 17*x^4 - 15*x^5)). - _Colin Barker_, Aug 25 2018
%e A223970 Some solutions for n=3:
%e A223970 ..1..1..1....2..1..1....0..1..1....1..2..1....0..0..1....2..0..0....1..1..1
%e A223970 ..2..2..1....2..1..0....2..1..1....1..2..2....1..2..2....1..1..1....1..2..2
%e A223970 ..2..2..0....1..0..0....0..1..2....1..1..0....0..2..2....2..1..0....1..2..2
%Y A223970 Cf. A223975.
%K A223970 nonn
%O A223970 1,1
%A A223970 _R. H. Hardin_, Mar 30 2013