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.

A095968 Number of tilings of an n X n section of the square lattice with "ribbon tiles". A ribbon tile is a polyomino which has at most one square on each diagonal running from northwest to southeast.

This page as a plain text file.
%I A095968 #9 Dec 16 2013 08:03:08
%S A095968 1,1,9,576,254016,768398400,15933509222400,2264613732270489600,
%T A095968 2206116494952210583142400,14730363379319627387434460774400,
%U A095968 674138394386323094302100270094090240000,211463408638810917171920642017084851413975040000
%N A095968 Number of tilings of an n X n section of the square lattice with "ribbon tiles". A ribbon tile is a polyomino which has at most one square on each diagonal running from northwest to southeast.
%C A095968 log G(n) is asymptotically equal to 2n^2 log phi.
%C A095968 Partial products of A049684. - _R. J. Mathar_, Oct 30 2010
%D A095968 R. P. Stanley and W. Y. C. Chen, Problem 10199, American Mathematical Monthly, Vol. 101 (1994), pp. 278-279.
%H A095968 Alois P. Heinz, <a href="/A095968/b095968.txt">Table of n, a(n) for n = 0..40</a>
%H A095968 I. C. Lugo, <a href="http://www.izzycat.org/math/index.php?p=51">On some tilings with ribbon tiles</a>.
%F A095968 a(n) = prod(F(2*i)^2, i=1..n) where F(i) are the Fibonacci numbers.
%e A095968 a(2) = 9 since there are nine tilings of the two X two square with ribbon tiles - the tiling with four monominoes, the four tilings with one domino and two monominoes, the two tilings with two dominoes and two tilings with a tromino and a monomino (the monomino is in either the SE or NW corner).
%p A095968 with(combinat); F := fibonacci; seq(product(F(2*j)^2, j=0..n), n=1..12);
%K A095968 easy,nonn
%O A095968 0,3
%A A095968 Isabel C. Lugo (izzycat(AT)gmail.com), Jul 15 2004
%E A095968 Corrected factor 2 in the formula - _R. J. Mathar_, Oct 29 2010