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!)
A219810 Number of n X 2 arrays of the minimum value of corresponding elements and their horizontal, vertical or diagonal neighbors in a random, but sorted with lexicographically nondecreasing rows and nonincreasing columns, 0..2 n X 2 array. 1

%I #8 Jul 28 2018 10:43:27

%S 3,6,16,33,61,106,176,281,433,646,936,1321,1821,2458,3256,4241,5441,

%T 6886,8608,10641,13021,15786,18976,22633,26801,31526,36856,42841,

%U 49533,56986,65256,74401,84481,95558,107696,120961,135421,151146,168208,186681

%N Number of n X 2 arrays of the minimum value of corresponding elements and their horizontal, vertical or diagonal neighbors in a random, but sorted with lexicographically nondecreasing rows and nonincreasing columns, 0..2 n X 2 array.

%C Column 2 of A219816.

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

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

%F Conjectures from _Colin Barker_, Jul 28 2018: (Start)

%F G.f.: x*(3 - 9*x + 16*x^2 - 17*x^3 + 11*x^4 - 2*x^5) / (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>6.

%F (End)

%e Some solutions for n=3:

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

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

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

%Y Cf. A219816.

%K nonn

%O 1,1

%A _R. H. Hardin_, Nov 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 19 08:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)