OFFSET
0,3
COMMENTS
log G(n) is asymptotically equal to 2n^2 log phi.
Partial products of A049684. - R. J. Mathar, Oct 30 2010
REFERENCES
R. P. Stanley and W. Y. C. Chen, Problem 10199, American Mathematical Monthly, Vol. 101 (1994), pp. 278-279.
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..40
I. C. Lugo, On some tilings with ribbon tiles.
FORMULA
a(n) = prod(F(2*i)^2, i=1..n) where F(i) are the Fibonacci numbers.
EXAMPLE
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).
MAPLE
with(combinat); F := fibonacci; seq(product(F(2*j)^2, j=0..n), n=1..12);
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Isabel C. Lugo (izzycat(AT)gmail.com), Jul 15 2004
EXTENSIONS
Corrected factor 2 in the formula - R. J. Mathar, Oct 29 2010
STATUS
approved