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.

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

This page as a plain text file.
%I A224013 #8 Aug 26 2018 05:46:10
%S A224013 27,216,868,2661,6815,15340,31324,59267,105461,178416,289332,452617,
%T A224013 686451,1013396,1461052,2062759,2858345,3894920,5227716,6920973,
%U A224013 9048871,11696508,14960924,18952171,23794429,29627168,36606356,44905713,54718011
%N A224013 Number of 3 X n 0..2 arrays with rows nondecreasing and antidiagonals unimodal.
%C A224013 Row 3 of A224012.
%H A224013 R. H. Hardin, <a href="/A224013/b224013.txt">Table of n, a(n) for n = 1..210</a>
%F A224013 Empirical: a(n) = (23/360)*n^6 + (27/40)*n^5 + (271/72)*n^4 + (65/8)*n^3 + (2101/180)*n^2 + (97/10)*n - 1 for n>1.
%F A224013 Conjectures from _Colin Barker_, Aug 26 2018: (Start)
%F A224013 G.f.: x*(27 + 27*x - 77*x^2 + 176*x^3 - 199*x^4 + 129*x^5 - 43*x^6 + 6*x^7) / (1 - x)^7.
%F A224013 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>8.
%F A224013 (End)
%e A224013 Some solutions for n=3:
%e A224013 ..0..0..0....1..1..1....0..0..1....0..1..2....0..1..2....1..2..2....1..1..2
%e A224013 ..2..2..2....1..1..2....2..2..2....1..1..2....0..0..0....1..1..1....0..0..2
%e A224013 ..1..2..2....1..2..2....1..1..2....1..1..2....0..0..2....1..1..1....0..1..1
%Y A224013 Cf. A224012.
%K A224013 nonn
%O A224013 1,1
%A A224013 _R. H. Hardin_, Mar 30 2013