OFFSET
0,2
REFERENCES
D. E. Daykin and S. J. Tucker, Introduction to Dragon Curves. Unpublished, 1976. See links in A003229 for an earlier version.
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 = 0..1000
D. E. Daykin, Letter to N. J. A. Sloane, Mar 1974.
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.
Index entries for linear recurrences with constant coefficients, signature (3,-2,2,-4)
FORMULA
G.f.: 1/((1-2*x)*(1-x-2*x^3)).
MAPLE
A003478:=1/(2*z-1)/(-1+z+2*z**3); # Conjectured by Simon Plouffe in his 1992 dissertation
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-x-2x^3)), {x, 0, 50}], x] (* Harvey P. Dale, Mar 14 2011 *)
PROG
(PARI) Vec(1/((1-2*x)*(1-x-2*x^3))+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Harvey P. Dale, Mar 14 2011
STATUS
approved