OFFSET
0,3
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..1000
Wikipedia, Tetromino
Index entries for linear recurrences with constant coefficients, signature (0, 6, 13, 3, -18, -13, -3, 1, -2, -4, 0, -2).
FORMULA
G.f.: (x^6-x^5-2*x^4+x^3+3*x^2-1) / (-2*x^12 -4*x^10 -2*x^9 +x^8 -3*x^7 -13*x^6 -18*x^5 +3*x^4 +13*x^3 +6*x^2 -1).
EXAMPLE
a(3) = 12:
._____. ._____. .___._. ._.___. ._____. ._____.
| .___| |___. | | | | | | | |___. | | .___|
|_|_. | | ._|_| |___| | | |___| | |_| |_| |
| | | | | | | |___| |___| | |___| | | |___|
|___|_| |_|___| |_____| |_____| |_____| |_____|
._____. ._____. ._.___. .___._. ._____. ._____.
| .___| |___. | | |_. | | ._| | | .___| |___. |
|_| ._| |_. |_| |_. | | | | ._| |_| | | | | |_|
|___| | | |___| | |_|_| |_|_| | | ._| | | |_. |
|_____| |_____| |_____| |_____| |_|___| |___|_|.
MAPLE
gf:= (x^6-x^5-2*x^4+x^3+3*x^2-1) / (-2*x^12 -4*x^10 -2*x^9 +x^8 -3*x^7 -13*x^6 -18*x^5 +3*x^4 +13*x^3 +6*x^2 -1):
a:= n-> coeff(series(gf, x, n+1), x, n):
seq(a(n), n=0..40);
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Alois P. Heinz, May 19 2014
STATUS
approved