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,1,-3,3,-1).
FORMULA
G.f.: x^4*(1+x*(-1+x*(2+x*(-1+x^2*(1+(-1+x)*x^2)*(1+x+x^6+x^10+x^13))))) /(1+x*(-3+x*(3+x*(-1+(-1+x)^3*x^20)))). - Peter J. C. Moses, Jun 02 2014
MATHEMATICA
Table[Floor[(n(n-1)(n-2))/23], {n, 0, 75}] (* Harvey P. Dale, Aug 06 2013 *)
PROG
(Magma) [Floor(6*Binomial(n, 3)/23): n in [0..75]]; // G. C. Greubel, Oct 18 2024
(SageMath) [6*binomial(n, 3)//23 for n in range(76)] # G. C. Greubel, Oct 18 2024
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms added by G. C. Greubel, Oct 18 2024
STATUS
approved