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.

A189451 Number of 3Xn array permutations with each element moving zero or one space horizontally or diagonally.

Original entry on oeis.org

1, 13, 80, 666, 5080, 40106, 313136, 2455013, 19221095, 150562121, 1179185280, 9235771513, 72336253737, 566554489205, 4437377818704, 34754532606346, 272205182385544, 2131971340412858, 16698071766102576, 130782997877002493
Offset: 1

Views

Author

R. H. Hardin Apr 22 2011

Keywords

Comments

Row 3 of A189449

Examples

			Some solutions for 3X3
..1..0..2....0..2..1....0..1..2....0..2..1....0..1..2....1..0..2....0..5..2
..3..4..5....3..8..5....4..3..5....4..3..5....4..3..5....7..5..4....3..4..1
..7..6..8....6..7..4....6..8..7....6..8..7....7..6..8....6..3..8....6..8..7
		

Formula

Empirical: a(n) = 6*a(n-1) +26*a(n-2) -72*a(n-3) -195*a(n-4) +284*a(n-5) +555*a(n-6) -424*a(n-7) -555*a(n-8) +284*a(n-9) +195*a(n-10) -72*a(n-11) -26*a(n-12) +6*a(n-13) +a(n-14)