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!)
A250723 Number of (n+1) X (2+1) 0..1 arrays with nondecreasing x(i,j)+x(i,j-1) in the i direction and nondecreasing min(x(i,j),x(i-1,j)) in the j direction. 1
22, 46, 85, 144, 230, 350, 513, 728, 1006, 1358, 1797, 2336, 2990, 3774, 4705, 5800, 7078, 8558, 10261, 12208, 14422, 16926, 19745, 22904, 26430, 30350, 34693, 39488, 44766, 50558, 56897, 63816, 71350, 79534, 88405, 98000, 108358, 119518, 131521 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Empirical: a(n) = 4*a(n-1) - 5*a(n-2) + 5*a(n-4) - 4*a(n-5) + a(n-6).
Empirical for n mod 2 = 0: a(n) = (1/24)*n^4 + (1/2)*n^3 + (10/3)*n^2 + 10*n + 8.
Empirical for n mod 2 = 1: a(n) = (1/24)*n^4 + (1/2)*n^3 + (10/3)*n^2 + 10*n + (65/8).
Empirical g.f.: x*(22 - 42*x + 11*x^2 + 34*x^3 - 31*x^4 + 8*x^5) / ((1 - x)^5*(1 + x)). - Colin Barker, Nov 16 2018
EXAMPLE
Some solutions for n=4:
..0..0..0....0..1..1....0..0..1....0..0..0....1..0..1....0..0..0....0..0..0
..0..0..1....1..1..1....0..1..1....0..0..0....0..1..1....0..0..0....0..0..0
..1..0..1....1..1..1....0..1..1....0..0..0....1..1..1....0..0..0....0..0..0
..0..1..1....1..1..1....0..1..1....0..0..0....1..1..1....0..0..0....0..0..1
..0..1..1....1..1..1....1..1..1....0..1..1....1..1..1....1..0..0....0..1..1
CROSSREFS
Column 2 of A250729.
Sequence in context: A158862 A161666 A132763 * A044099 A044480 A253602
KEYWORD
nonn
AUTHOR
R. H. Hardin, Nov 27 2014
STATUS
approved

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.)