login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A077917
Expansion of (1-x)^(-1)/(1+2*x-2*x^2).
5
1, -1, 5, -11, 33, -87, 241, -655, 1793, -4895, 13377, -36543, 99841, -272767, 745217, -2035967, 5562369, -15196671, 41518081, -113429503, 309895169, -846649343, 2313089025, -6319476735, 17265131521, -47169216511, 128868696065, -352075825151, 961889042433, -2627929735167
OFFSET
0,3
COMMENTS
Pisano period lengths: 1, 1, 6, 1, 24, 6, 48, 1, 18, 24, 5, 6, 12, 48, 24, 1,144, 18,180, 24,... - R. J. Mathar, Aug 10 2012
LINKS
P. Z. Chinn, R. Grimaldi and S. Heubach, Tiling with Ls and Squares, J. Int. Sequences 10 (2007) #07.2.8.
FORMULA
a(n+1)-a(n) = (-1)^(n+1)*A002605(n+2). - R. J. Mathar, Mar 14 2011
PROG
(PARI) Vec((1-x)^(-1)/(1+2*x-2*x^2)+O(x^99)) \\ Charles R Greathouse IV, Sep 24 2012
CROSSREFS
Sequence in context: A349611 A323867 A280540 * A127864 A055936 A194589
KEYWORD
sign,easy
AUTHOR
N. J. A. Sloane, Nov 17 2002
STATUS
approved