OFFSET
0,6
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..2000
Index entries for linear recurrences with constant coefficients, signature (3,-3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,-3,3,-1).
FORMULA
G.f.: x^5*(2+x*(-2+x+x^3-x^4+2*x^5-2*x^6+2*x^7-x^8+x^9-x^10+2*x^11-x^12+x^13-x^14+2*x^15-2*x^16+2*x^17-x^18+x^19+x^21-2*x^22+3*x^23-2*x^24+x^25))/((1-x)^3*(1-x^29)). - Peter J. C. Moses, Jun 02 2014
MATHEMATICA
Floor[6*Binomial[Range[0, 75], 3]/29] (* G. C. Greubel, Oct 19 2024 *)
PROG
(Magma) [Floor(6*Binomial(n, 3)/29): n in [0..80]]; // G. C. Greubel, Oct 19 2024
(SageMath) [6*binomial(n, 3)//29 for n in range(81)] # G. C. Greubel, Oct 19 2024
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms added by G. C. Greubel, Oct 19 2024
STATUS
approved