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!)
A201371 Number of n X 4 0..1 arrays with rows and columns lexicographically nondecreasing read forwards, and nonincreasing read backwards. 1

%I #8 May 22 2018 20:37:13

%S 2,5,14,36,80,157,280,464,726,1085,1562,2180,2964,3941,5140,6592,8330,

%T 10389,12806,15620,18872,22605,26864,31696,37150,43277,50130,57764,

%U 66236,75605,85932,97280,109714,123301,138110,154212,171680,190589,211016

%N Number of n X 4 0..1 arrays with rows and columns lexicographically nondecreasing read forwards, and nonincreasing read backwards.

%C Column 4 of A201375.

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

%F Empirical: a(n) = (1/12)*n^4 + (1/3)*n^3 - (13/12)*n^2 + (8/3)*n.

%F Conjectures from _Colin Barker_, May 22 2018: (Start)

%F G.f.: x*(2 - 5*x + 9*x^2 - 4*x^3) / (1 - x)^5.

%F a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5) for n>5.

%F (End)

%e Some solutions for n=5:

%e ..0..0..1..1....0..0..1..1....0..1..1..1....0..1..1..1....0..0..0..1

%e ..0..0..1..1....0..0..1..1....1..0..1..1....0..1..1..1....0..0..0..1

%e ..1..1..0..1....0..1..0..1....1..1..0..0....1..0..0..1....0..0..0..1

%e ..1..1..1..0....0..1..1..0....1..1..0..0....1..1..1..0....0..0..1..0

%e ..1..1..1..0....1..0..0..0....1..1..0..0....1..1..1..0....1..1..0..0

%Y Cf. A201375.

%K nonn

%O 1,1

%A _R. H. Hardin_, Nov 30 2011

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 August 2 16:28 EDT 2024. Contains 374848 sequences. (Running on oeis4.)