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!)
A240479 Number of n X 3 0..1 arrays with no element equal to more than two horizontal or vertical neighbors, with new values 0..1 introduced in row major order. 1
4, 25, 122, 578, 2753, 13147, 62781, 299758, 1431221, 6833530, 32627526, 155784099, 743810095, 3551411593, 16956645850, 80961564485, 386560819918, 1845681570476, 8812430758819, 42076020653557, 200897069434265, 959207450713576 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Empirical: a(n) = 4*a(n-1) + 3*a(n-2) + 2*a(n-3) + 6*a(n-4) + 2*a(n-5) - a(n-6).
Empirical g.f.: x*(1 + x)*(4 + 5*x + 5*x^2 + 2*x^3 - x^4) / (1 - 4*x - 3*x^2 - 2*x^3 - 6*x^4 - 2*x^5 + x^6). - Colin Barker, Oct 29 2018
EXAMPLE
Some solutions for n=4:
..0..1..0....0..1..1....0..0..1....0..0..0....0..0..1....0..1..1....0..0..1
..1..0..1....0..1..0....1..0..1....0..1..1....1..0..1....1..1..0....1..1..0
..0..0..1....1..0..1....0..1..1....1..1..0....0..0..1....0..0..1....0..1..1
..0..1..1....1..0..0....1..1..0....0..0..1....1..1..0....1..0..1....0..0..0
CROSSREFS
Column 3 of A240484.
Sequence in context: A260373 A362391 A175733 * A317949 A263440 A240631
KEYWORD
nonn
AUTHOR
R. H. Hardin, Apr 06 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 24 14:09 EDT 2024. Contains 371960 sequences. (Running on oeis4.)