cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-7 of 7 results.

A196850 Number of n X 2 0..4 arrays with each element x equal to the number its horizontal and vertical neighbors equal to 3,1,0,2,4 for x=0,1,2,3,4.

Original entry on oeis.org

2, 11, 38, 136, 496, 1792, 6440, 23306, 84180, 303664, 1096874, 3960906, 14299036, 51633110, 186437376, 673147554, 2430568646, 8776143806, 31687921122, 114416191032, 413124704992, 1491673030176, 5386005309890, 19447328987316
Offset: 1

Views

Author

R. H. Hardin, Oct 06 2011

Keywords

Comments

Every 0 is next to 0 3's, every 1 is next to 1 1's, every 2 is next to 2 0's, every 3 is next to 3 2's, every 4 is next to 4 4's.
Column 2 of A196856.

Examples

			Some solutions for n=4:
..0..0....1..1....1..1....2..0....1..1....1..1....2..0....0..0....2..0....0..0
..1..0....0..0....0..0....0..0....0..2....0..2....0..1....0..0....0..0....2..0
..1..0....2..0....0..1....0..0....2..0....0..0....0..1....2..1....0..1....2..0
..0..0....1..1....0..1....1..1....1..1....0..2....0..0....0..1....0..1....0..2
		

Crossrefs

Cf. A196856.

Formula

Empirical: a(n) = a(n-1) + 4*a(n-2) + 17*a(n-3) + 10*a(n-4) - 3*a(n-5) + 2*a(n-6) + 2*a(n-7) for n>8.
Empirical g.f.: x*(2 + 9*x + 19*x^2 + 20*x^3 + x^4 + 2*x^5 + x^6 - 6*x^7) / (1 - x - 4*x^2 - 17*x^3 - 10*x^4 + 3*x^5 - 2*x^6 - 2*x^7). - Colin Barker, Mar 01 2018

A196851 Number of n X 3 0..4 arrays with each element x equal to the number its horizontal and vertical neighbors equal to 3,1,0,2,4 for x=0,1,2,3,4.

Original entry on oeis.org

4, 38, 206, 1370, 8767, 56470, 363685, 2343584, 15108610, 97376923, 627590184, 4044924351, 26070308556, 168028055199, 1082971243944, 6979940126878, 44986968132898, 289949111595991, 1868774104215258, 12044584704922151
Offset: 1

Views

Author

R. H. Hardin, Oct 06 2011

Keywords

Comments

Every 0 is next to 0 3's, every 1 is next to 1 1's, every 2 is next to 2 0's, every 3 is next to 3 2's, every 4 is next to 4 4's.
Column 3 of A196856.

Examples

			Some solutions for n=4
..0..1..0....0..2..0....1..0..1....0..0..0....1..2..0....1..0..2....1..0..0
..0..1..0....1..1..0....1..2..1....0..2..1....1..0..0....1..2..0....1..0..0
..0..2..0....2..0..0....0..0..0....0..2..1....0..1..2....0..2..0....2..0..0
..0..1..1....0..0..0....2..0..2....0..0..0....0..1..0....1..1..0....0..0..0
		

Crossrefs

Cf. A196856.

Formula

Empirical: a(n) = 2*a(n-1) +15*a(n-2) +56*a(n-3) +146*a(n-4) +360*a(n-5) +425*a(n-6) -1080*a(n-7) -2478*a(n-8) -3775*a(n-9) -9754*a(n-10) -17994*a(n-11) -19980*a(n-12) -14594*a(n-13) -14650*a(n-14) -19546*a(n-15) -5675*a(n-16) +14364*a(n-17) +18717*a(n-18) +4862*a(n-19) +1390*a(n-20) +267*a(n-21) +8378*a(n-22) -3292*a(n-23) +1287*a(n-24) -719*a(n-25) +281*a(n-26) -181*a(n-27) +42*a(n-28) -5*a(n-29) for n>31.

A196852 Number of nX4 0..4 arrays with each element x equal to the number its horizontal and vertical neighbors equal to 3,1,0,2,4 for x=0,1,2,3,4.

Original entry on oeis.org

6, 136, 1370, 16876, 199125, 2369631, 28194191, 335586650, 3993458371, 47516896629, 565414492412, 6728166888869, 80061424960490, 952681438970742, 11336327457310421, 134895508948869550, 1605175914338415794
Offset: 1

Views

Author

R. H. Hardin Oct 06 2011

Keywords

Comments

Every 0 is next to 0 3's, every 1 is next to 1 1's, every 2 is next to 2 0's, every 3 is next to 3 2's, every 4 is next to 4 4's
Column 4 of A196856

Examples

			Some solutions for n=5
..0..2..0..0....0..2..0..0....0..2..0..1....0..2..0..2....0..0..2..0
..0..2..1..0....0..2..1..1....1..1..0..1....0..1..1..0....0..0..1..0
..0..0..1..0....1..0..2..0....0..2..2..0....0..0..0..0....1..0..1..0
..2..0..2..1....1..0..2..0....0..0..2..1....0..0..1..0....1..2..3..2
..1..1..0..1....0..2..1..1....0..0..0..1....2..0..1..0....0..0..2..0
		

Formula

Empirical: a(n) = 3*a(n-1) +44*a(n-2) +439*a(n-3) +2358*a(n-4) +11863*a(n-5) +28679*a(n-6) -11270*a(n-7) -149308*a(n-8) -295402*a(n-9) -2228330*a(n-10) -19228360*a(n-11) -60254463*a(n-12) -74313814*a(n-13) -106961452*a(n-14) -527951794*a(n-15) -1758498877*a(n-16) -3126689375*a(n-17) -3789487234*a(n-18) -8412794831*a(n-19) -10337209736*a(n-20) -26486372898*a(n-21) -78337473663*a(n-22) -127199808198*a(n-23) -323277632632*a(n-24) -169948289048*a(n-25) +4728728603*a(n-26) -633182323471*a(n-27) +1466293829086*a(n-28) -129153750426*a(n-29) -1289469591472*a(n-30) +5626662105879*a(n-31) -3983572694173*a(n-32) +4831984512556*a(n-33) +8363406361056*a(n-34) -12177696095666*a(n-35) +16228097196690*a(n-36) -24975008047077*a(n-37) +26648341445063*a(n-38) -2419309760310*a(n-39) +49505011284249*a(n-40) +14772948661100*a(n-41) -51385564602681*a(n-42) -15915374110459*a(n-43) -149241993920530*a(n-44) +34095131702070*a(n-45) -18197889307507*a(n-46) +128489823150337*a(n-47) +38212185785139*a(n-48) +13912500827527*a(n-49) -28663977282722*a(n-50) -103763038893751*a(n-51) +4585921844122*a(n-52) +3074955884454*a(n-53) +83721661579028*a(n-54) +22568688661085*a(n-55) -37887209978584*a(n-56) -30313463388951*a(n-57) -24160596951890*a(n-58) +15692607343328*a(n-59) +18813402877985*a(n-60) +3033411089449*a(n-61) -4034360302166*a(n-62) -7641869239431*a(n-63) -1375559233702*a(n-64) +4881391478198*a(n-65) +360279726438*a(n-66) +333190340384*a(n-67) -959857367586*a(n-68) -70724996883*a(n-69) +255267952230*a(n-70) -76864558036*a(n-71) +27272363590*a(n-72) +2649470463*a(n-73) -13665137014*a(n-74) +1082028166*a(n-75) -637366413*a(n-76) -278278238*a(n-77) +15822933*a(n-78) -37459459*a(n-79) -41250182*a(n-80) -9970087*a(n-81) -10768978*a(n-82) -1013163*a(n-83) -433698*a(n-84) -7597*a(n-85) -22129*a(n-86) -3820*a(n-87) -1118*a(n-88) -150*a(n-89) for n>92

A196853 Number of nX5 0..4 arrays with each element x equal to the number its horizontal and vertical neighbors equal to 3,1,0,2,4 for x=0,1,2,3,4.

Original entry on oeis.org

12, 496, 8767, 199125, 4326720, 94652804, 2069281146, 45250654402, 989582452566, 21641093339471, 473258424515226, 10349412319177011, 226326014259354738, 4949414076598335496, 108236297594374361032, 2366965861351964408167
Offset: 1

Views

Author

R. H. Hardin Oct 06 2011

Keywords

Comments

Every 0 is next to 0 3's, every 1 is next to 1 1's, every 2 is next to 2 0's, every 3 is next to 3 2's, every 4 is next to 4 4's
Column 5 of A196856

Examples

			Some solutions for n=4
..0..0..2..2..0....0..0..0..2..0....0..0..0..2..1....0..0..0..1..0
..1..0..0..0..0....1..1..2..1..1....0..0..0..0..1....0..1..0..1..2
..1..2..1..1..0....0..2..0..0..2....2..2..0..0..2....0..1..0..2..0
..0..0..0..2..0....0..1..1..2..0....0..2..0..0..0....0..0..1..1..0
		

A196854 Number of nX6 0..4 arrays with each element x equal to the number its horizontal and vertical neighbors equal to 3,1,0,2,4 for x=0,1,2,3,4.

Original entry on oeis.org

22, 1792, 56470, 2369631, 94652804, 3805929995, 152929723254, 6148984299163, 247223213832440, 9939022894905148, 399570539750626195, 16063726580619196531, 645804489432297174658, 25963059069129330544089
Offset: 1

Views

Author

R. H. Hardin Oct 06 2011

Keywords

Comments

Every 0 is next to 0 3's, every 1 is next to 1 1's, every 2 is next to 2 0's, every 3 is next to 3 2's, every 4 is next to 4 4's
Column 6 of A196856

Examples

			Some solutions for n=4
..0..0..1..0..0..2....0..0..2..0..1..1....0..0..0..2..0..1....0..0..0..2..0..0
..0..0..1..2..1..0....0..0..2..2..0..0....0..0..1..1..0..1....0..0..1..1..0..1
..0..1..0..0..1..2....0..0..0..2..2..2....0..0..2..0..0..0....0..1..0..0..2..1
..0..1..2..0..0..0....2..0..0..0..0..0....0..0..1..1..0..0....0..1..0..0..2..0
		

A196855 Number of nX7 0..4 arrays with each element x equal to the number its horizontal and vertical neighbors equal to 3,1,0,2,4 for x=0,1,2,3,4.

Original entry on oeis.org

40, 6440, 363685, 28194191, 2069281146, 152929723254, 11300853019444, 835390769370971, 61745852507376150, 4563708721504197779, 337310171120447151691, 24931202561823495912020, 1842711946915214490433763
Offset: 1

Views

Author

R. H. Hardin Oct 06 2011

Keywords

Comments

Every 0 is next to 0 3's, every 1 is next to 1 1's, every 2 is next to 2 0's, every 3 is next to 3 2's, every 4 is next to 4 4's
Column 7 of A196856

Examples

			Some solutions for n=4
..0..0..0..2..0..2..0....0..0..0..0..0..1..0....0..0..0..2..0..1..1
..0..0..0..2..0..1..2....0..0..0..0..0..1..2....0..0..0..2..2..0..0
..0..0..2..3..2..1..0....0..0..0..0..0..0..0....0..0..0..0..1..1..0
..0..0..1..1..0..2..0....0..0..1..1..2..0..0....0..2..2..0..2..0..2
		

A196849 Number of n X n 0..4 arrays with each element x equal to the number of its horizontal and vertical neighbors equal to 3,1,0,2,4 for x=0,1,2,3,4.

Original entry on oeis.org

1, 11, 206, 16876, 4326720, 3805929995, 11300853019444, 113522093851497024
Offset: 1

Views

Author

R. H. Hardin Oct 06 2011

Keywords

Comments

Every 0 is next to 0 3's, every 1 is next to 1 1's, every 2 is next to 2 0's, every 3 is next to 3 2's, every 4 is next to 4 4's
Diagonal of A196856

Examples

			Some solutions for n=4
..0..0..0..0....0..0..1..1....0..0..0..2....0..1..1..0....0..0..0..0
..2..0..0..2....0..0..0..0....2..0..0..0....0..0..0..0....0..0..1..1
..1..1..0..1....2..2..2..1....2..0..2..2....2..1..2..1....1..1..2..0
..0..0..0..1....0..0..0..1....0..1..1..0....0..1..0..1....0..0..0..0
		
Showing 1-7 of 7 results.