login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A241130 T(n,k)=Number of nXk 0..2 arrays with no element equal to exactly two horizontal and vertical neighbors, with new values 0..2 introduced in row major order 6

%I #4 Apr 16 2014 09:53:15

%S 1,2,2,4,9,4,11,54,54,11,30,325,723,325,30,82,1965,9773,9773,1965,82,

%T 224,11876,132369,295584,132369,11876,224,612,71793,1792237,8974020,

%U 8974020,1792237,71793,612,1672,434007,24269723,272418756,611547441,272418756

%N T(n,k)=Number of nXk 0..2 arrays with no element equal to exactly two horizontal and vertical neighbors, with new values 0..2 introduced in row major order

%C Table starts

%C ....1........2...........4..............11................30.................82

%C ....2........9..........54.............325..............1965..............11876

%C ....4.......54.........723............9773............132369............1792237

%C ...11......325........9773..........295584...........8974020..........272418756

%C ...30.....1965......132369.........8974020.........611547441........41661463219

%C ...82....11876.....1792237.......272418756.......41661463219......6369134821236

%C ..224....71793....24269723......8270609664.....2838552905280....973866422990563

%C ..612...434007...328645291....251096788713...193403197619803.148910067386335603

%C .1672..2623694..4450319537...7623351508315.13177423185201303

%C .4568.15861001.60263615333.231446775293031

%H R. H. Hardin, <a href="/A241130/b241130.txt">Table of n, a(n) for n = 1..97</a>

%F Empirical for column k:

%F k=1: a(n) = 2*a(n-1) +2*a(n-2) for n>4

%F k=2: a(n) = 6*a(n-1) +2*a(n-2) -9*a(n-3) -10*a(n-4) +8*a(n-5) for n>6

%F k=3: [order 26]

%e Some solutions for n=3 k=4

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

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

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

%Y Column 1 is A021006(n-3)

%K nonn,tabl

%O 1,2

%A _R. H. Hardin_, Apr 16 2014

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 December 7 12:37 EST 2023. Contains 367656 sequences. (Running on oeis4.)