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.

A201271 Number of n X 2 0..2 arrays with every row and column nondecreasing rightwards and downwards, and the number of instances of each value within one of each other.

This page as a plain text file.
%I A201271 #17 Mar 18 2024 10:52:47
%S A201271 1,3,5,4,12,16,9,27,33,16,48,56,25,75,85,36,108,120,49,147,161,64,192,
%T A201271 208,81,243,261,100,300,320,121,363,385,144,432,456,169,507,533,196,
%U A201271 588,616,225,675,705,256,768,800,289,867,901,324,972,1008,361,1083,1121,400,1200
%N A201271 Number of n X 2 0..2 arrays with every row and column nondecreasing rightwards and downwards, and the number of instances of each value within one of each other.
%H A201271 Alois P. Heinz, <a href="/A201271/b201271.txt">Table of n, a(n) for n = 0..10000</a> (terms n = 1..210 from R. H. Hardin)
%F A201271 a(n) = 3*a(n-3) -3*a(n-6) +a(n-9).
%F A201271 Subsequences for n modulo 3 = 1,2,0:
%F A201271 p=(n+2)/3: a(n) = 3*p^2
%F A201271 q=(n+1)/3: a(n) = 3*q^2 + 2*q
%F A201271 r=(n+0)/3: a(n) = r^2 + 2*r + 1.
%F A201271 G.f.: 1+x*(3 + 5*x + 4*x^2 + 3*x^3 + x^4 - 3*x^5 + x^8) / ((1 - x)^3*(1 + x + x^2)^3). - _Colin Barker_, May 22 2018
%e A201271 Some solutions for n=5:
%e A201271 ..0..1....0..1....0..0....0..0....0..0....0..0....0..0....0..1....0..1....0..0
%e A201271 ..0..1....0..1....0..0....0..1....0..1....0..1....0..0....0..2....0..1....0..2
%e A201271 ..0..1....0..1....1..2....1..1....1..1....1..2....1..1....0..2....0..2....1..2
%e A201271 ..0..2....1..2....1..2....2..2....1..2....1..2....1..2....1..2....1..2....1..2
%e A201271 ..2..2....2..2....1..2....2..2....2..2....2..2....2..2....1..2....2..2....1..2
%Y A201271 Column 2 of A201277.
%K A201271 nonn,easy
%O A201271 0,2
%A A201271 _R. H. Hardin_, Nov 29 2011
%E A201271 a(0)=1 prepended by _Alois P. Heinz_, Mar 18 2024