login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A212850 Number of n X 3 arrays with rows being permutations of 0..2 and no column j greater than column j-1 in all rows. 13

%I #40 Sep 08 2019 15:17:02

%S 1,19,163,1135,7291,45199,275563,1666495,10038331,60348079,362442763,

%T 2175719455,13057505371,78354598159,470156286763,2821023814015,

%U 16926401164411,101559181827439,609357415487563,3656151466494175

%N Number of n X 3 arrays with rows being permutations of 0..2 and no column j greater than column j-1 in all rows.

%C From _Petros Hadjicostas_, Aug 25 2019: (Start)

%C Both formulas below follow from the theory in the documentation of array A309951. We have Sum_{s = 0..A000041(3)} (-1)^s * A309951(3,s) * a(n-s) = 0, i.e., a(n) - 10*a(n-1) - 27*a(n-2) + 18*a(n-3) = 0 for n >= 4. This is a consequence of Eq. (6) on p. 248 of Abramson and Promislow (1978), where we let t=0 in the equation.

%C In the explicit formula by _Vaclav Kotesovec_ below, a(n) = 6^n - 2*3^n + 1^n, the numbers 1, 3, 6 (that are raised to the n-th power) are the multinomial coefficients of the A000041(3) = 3 integer partitions of 3: 1 = 3!/3!, 3 = 3!/(1!2!), 6 = 3!/(1!1!1!).

%C (End)

%H R. H. Hardin, <a href="/A212850/b212850.txt">Table of n, a(n) for n = 1..210</a>

%H Morton Abramson and David Promislow, <a href="https://doi.org/10.1016/0097-3165(78)90012-2">Enumeration of arrays by column rises</a>, J. Combinatorial Theory Ser. A 24(2) (1978), 247-250; see Eq. (6) on p. 248 (set t:=0).

%F Empirical: a(n) = 10*a(n-1) - 27*a(n-2) + 18*a(n-3).

%F Explicit formula: a(n) = 6^n - 2*3^n + 1. - _Vaclav Kotesovec_, May 31 2012

%e Some solutions for n=3:

%e 1 2 0 2 1 0 0 2 1 1 2 0 1 2 0 2 1 0 1 2 0

%e 2 0 1 2 0 1 2 0 1 2 0 1 0 2 1 2 0 1 1 0 2

%e 0 2 1 0 1 2 2 1 0 2 1 0 2 0 1 0 2 1 0 2 1

%Y Column 3 of A212855.

%Y Cf. A000041, A212851, A212852, A212852, A212853, A212854, A212856, A309951.

%K nonn

%O 1,2

%A _R. H. Hardin_, May 28 2012

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 16:34 EDT 2024. Contains 371961 sequences. (Running on oeis4.)