OFFSET
3,3
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 3..1000
L. Carlitz and R. Scoville, Zero-one sequences and Fibonacci numbers, Fibonacci Quarterly, 15 (1977), 246-254.
Simon Plouffe, Approximations de séries génératrices et quelques conjectures, Dissertation, Université du Québec à Montréal, 1992; arXiv:0911.4975 [math.NT], 2009.
Simon Plouffe, 1031 Generating Functions, Appendix to Thesis, Montreal, 1992
FORMULA
G.f.: [(1-x)^2(1-2x+2x^2)]/[(1-x-x^2)^4]. - Ralf Stephan, Apr 23 2004
MAPLE
A006492:=(1-2*z+2*z**2)*(z-1)**2/(z**2+z-1)**4; # Simon Plouffe in his 1992 dissertation.
MATHEMATICA
CoefficientList[Series[(1 - x)^2 (1 - 2 x + 2 x^2) / (1 - x - x^2)^4, {x, 0, 33}], x] (* Vincenzo Librandi, Apr 26 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved