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!)
A197311 Number of n X 2 0..4 arrays with each element x equal to the number its horizontal and vertical neighbors equal to 0,1,1,0,0 for x=0,1,2,3,4. 1
1, 0, 3, 2, 9, 6, 27, 18, 83, 56, 257, 176, 797, 556, 2475, 1766, 7699, 5640, 23995, 18106, 74937, 58408, 234541, 189266, 735771, 615834, 2313757, 2011340, 7294375, 6591454, 23056393, 21667064, 73073221, 71416640, 232226565, 235964308, 740061147 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Every 0 is next to 0 0's, every 1 is next to 1 1's, every 2 is next to 2 1's, every 3 is next to 3 0's, every 4 is next to 4 0's.
Column 2 of A197317.
LINKS
FORMULA
Empirical: a(n) = a(n-1) +6*a(n-2) -6*a(n-3) -9*a(n-4) +10*a(n-5) -3*a(n-7).
Empirical g.f.: x*(1 - x - 3*x^2 + 5*x^3 - 2*x^4 - 7*x^5 + 6*x^6) / ((1 - 3*x^2)*(1 - x - 3*x^2 + 3*x^3 - x^5)). - Colin Barker, May 12 2018
EXAMPLE
All solutions for n=4:
..1..0....0..1
..1..2....2..1
..2..1....1..2
..0..1....1..0
CROSSREFS
Cf. A197317.
Sequence in context: A349579 A082819 A298733 * A078478 A346109 A362220
KEYWORD
nonn
AUTHOR
R. H. Hardin, Oct 13 2011
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 25 12:15 EDT 2024. Contains 371969 sequences. (Running on oeis4.)