OFFSET
1,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (3,-3,1,0,1,-3,3,-1).
FORMULA
a(n)=(n + 4)*(n^2 + 5*n + 18)/15 - 3/5 - (1/2 - 3/10*5^(1/2))/5*cos(2*n*Pi/5) + (1/10*(4*(5 + 5^(1/2))^(1/2) - (5 - 5^(1/2))^(1/2))*2^(1/2))/5*sin(2*n*Pi/5) - (3/10*5^(1/2) + 1/2)/5*cos(4*n*Pi/5) + (1/10*((5 + 5^(1/2))^(1/2) + 4*(5 - 5^(1/2))^(1/2))*2^(1/2))/5*sin(4*n*Pi/5) - Richard Choulet, Dec 14 2008
G.f. x*( 4-4*x+3*x^3-x^4-3*x^5+5*x^6-2*x^7 ) / ( (x^4+x^3+x^2+x+1)*(x-1)^4 ). - R. J. Mathar, Jun 22 2013
a(n) ~ n^3/15. - Charles R Greathouse IV, Jun 01 2026
PROG
(PARI) a(n)=(n^3+6*n^2+23*n+87711\13^(n%5)%13)/15 + 2 \\ Charles R Greathouse IV, Jun 01 2026
CROSSREFS
KEYWORD
nonn,easy,changed
AUTHOR
STATUS
approved
