OFFSET
2,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,2,-2,-1,1).
FORMULA
a(n) = (n^2)/2 - 1 (n even), (n^2-n)/2 - 1 (n odd).
a(n) = A204557(n-1) / (n-1). - Reinhard Zumkeller, Jan 18 2012
From Bruno Berselli, Jan 18 2011: (Start)
G.f.: x^2*(1+x+3*x^2-x^4)/((1+x)^2*(1-x)^3).
a(n) = n*(2*n+(-1)^n-1)/4 - 1.
a(n) = A105638(-n+2). (End)
EXAMPLE
a(3)=2 because if a middle row of 3 monominoes are removed from the 3 X 3, no L remains.
MATHEMATICA
Table[FrobeniusNumber[{a, a + 1, a + 2}], {a, 2, 54}] (* Zak Seidov, Jan 08 2015 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Mambetov Timur (timur_teufel(AT)mail.ru), Feb 13 2003
EXTENSIONS
Edited by Don Reble, May 28 2007
STATUS
approved