OFFSET
1,3
COMMENTS
Essentially identical to A007612, which is the main entry for this sequence. - N. J. A. Sloane, Aug 25 2007
LINKS
Index entries for linear recurrences with constant coefficients, signature (2,-1,-1,2,-1).
FORMULA
G.f.: x*(5*x^5+x^4+2*x^3+x^2-x+1) / ((x-1)^2*(x+1)*(x^2-x+1)). - Colin Barker, Jan 17 2014
EXAMPLE
a(8) = 28 because the digital roots of the previous terms are 1,1,2,4,8,7 and 5 and 1+1+2+4+8+7+5 = 28
PROG
(PARI) Vec(x*(5*x^5+x^4+2*x^3+x^2-x+1)/((x-1)^2*(x+1)*(x^2-x+1)) + O(x^100)) \\ Colin Barker, Jan 17 2014
CROSSREFS
KEYWORD
easy,nonn,base
AUTHOR
Stephen Casey (hexomino(AT)gmail.com), Aug 23 2007
STATUS
approved