OFFSET
0,7
REFERENCES
Y. Ito, I. Nakamura, Hilbert schemes and simple singularities, New trends in algebraic geometry (Warwick, 1996), 151-233, Cambridge University Press, 1999.
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,0,0,0,1,-1,0,0,1,-1,0,0,0,0,-1,1)
FORMULA
G.f.: (1-x^15)/((1-x)*(1-x^6)*(1-x^10)).
a(n) = n/60*(15+(-1)^n+b(n)) where b(n) is the 30-periodic sequence {60, 46, 28, 18, -4, -10, 24, 22, -8, -6, 20, 26, 48, 58, 16, -30, -16, 2, 12, 34, 40, 6, 8, 38, 36, 10, 4, -18, -28, 14}. - Benoit Cloitre, Oct 27 2003
MATHEMATICA
CoefficientList[Series[(1-x^15)/((1-x)(1-x^6)(1-x^10)), {x, 0, 100}], x] (* Harvey P. Dale, Jan 20 2019 *)
PROG
(PARI) a(n)=polcoeff((1-x^15)/((1-x)*(1-x^6)*(1-x^10))+O(x^(n+1)), n)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Paul Boddington, Oct 27 2003
EXTENSIONS
More terms from Benoit Cloitre, Oct 27 2003
STATUS
approved