OFFSET
0,1
COMMENTS
Continued fraction expansion of +274627/108809+(113/108809)*sqrt(6833690) = 5.2387578233.... - R. J. Mathar, Mar 08 2012
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,0,0,0,0,1).
FORMULA
O.g.f.: (1-x)/(9*(x^2+x+1))+2*(1+x^2-x^3-x^5)/(3*(x^6+x^3+1))-38/(9*(x-1)). - R. J. Mathar, Apr 17 2008
MAPLE
A131291 := proc(n) op((n mod 9)+1, [5, 4, 5, 3, 4, 3, 5, 4, 5]) ; end: seq(A131291(n), n=0..100) ; # R. J. Mathar, Feb 27 2008
MATHEMATICA
PadRight[{}, 120, {5, 4, 5, 3, 4, 3, 5, 4, 5}] (* Harvey P. Dale, May 06 2015 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Paul Curtz, Sep 29 2007
EXTENSIONS
More terms from R. J. Mathar, Feb 27 2008
Typo in definition corrected by Herman Jamke (hermanjamke(AT)fastmail.fm), Mar 22 2008
STATUS
approved