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-3 of 3 results.

A221883 Number of n X 2 arrays of occupancy after each element stays put or moves to some horizontal, vertical or antidiagonal neighbor, without consecutive moves in the same direction.

Original entry on oeis.org

3, 33, 326, 3223, 31832, 314426, 3105733, 30676867, 303010527, 2992984402, 29563182686, 292010132356, 2884328060800, 28489930453209, 281409090823688, 2779616346494657, 27455641219994600, 271192906082774221
Offset: 1

Views

Author

R. H. Hardin, Jan 30 2013

Keywords

Comments

Column 2 of A221886.

Examples

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

Crossrefs

Cf. A221886.

Formula

Empirical: a(n) = 7*a(n-1) + 27*a(n-2) + 16*a(n-3) - 18*a(n-4) - 13*a(n-5) + 5*a(n-6) + 3*a(n-7) - a(n-8).
Empirical g.f.: x*(3 + 12*x + 14*x^2 + 2*x^3 - 5*x^4 - 2*x^5 + x^6) / (1 - 7*x - 27*x^2 - 16*x^3 + 18*x^4 + 13*x^5 - 5*x^6 - 3*x^7 + x^8). - Colin Barker, Aug 11 2018

A221884 Number of nX3 arrays of occupancy after each element stays put or moves to some horizontal, vertical or antidiagonal neighbor, without consecutive moves in the same direction.

Original entry on oeis.org

6, 326, 11878, 449069, 16834526, 632170065, 23731120064, 890904857988, 33445557232807, 1255586659165355, 47136215887025325, 1769549765701234779, 66431007429900317322, 2493899211740460190981, 93623949326949457663958
Offset: 1

Views

Author

R. H. Hardin Jan 30 2013

Keywords

Comments

Column 3 of A221886

Examples

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

A221885 Number of nX4 arrays of occupancy after each element stays put or moves to some horizontal, vertical or antidiagonal neighbor, without consecutive moves in the same direction.

Original entry on oeis.org

13, 3223, 449069, 65039658, 9356131846, 1347142288446, 193944559610138, 27922276785982528, 4019968490456852781, 578754876292668561410, 83323335396986744374226, 11996060075504536682447230
Offset: 1

Views

Author

R. H. Hardin Jan 30 2013

Keywords

Comments

Column 4 of A221886

Examples

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