OFFSET
0,2
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 = 0..1000
R. K. Guy, Letter to N. J. A. Sloane, Apr 1975
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 (1, 0, 0, 1).
FORMULA
a(n) = a(n-1) + a(n-4), n >= 5.
G.f.: (1+x+x^2+x^3+x^4)/(1-x-x^4).
MAPLE
A003411:=-(1+z+z**2+z**3+z**4)/(-1+z+z**4); # Conjectured by Simon Plouffe in his 1992 dissertation
MATHEMATICA
Join[{1}, LinearRecurrence[{1, 0, 0, 1}, {2, 3, 4, 6}, 80]] (* Vladimir Joseph Stephan Orlovsky, Feb 11 2012 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, R. K. Guy, Rodney W. Topor (rwt(AT)cit.gu.edu.au)
STATUS
approved