OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
G. Almkvist, Asymptotic formulas and generalized Dedekind sums, Exper. Math., 7 (No. 4, 1998), pp. 343-359.
FORMULA
G.f.: 1/((1-x)^5*(1-x^3)^4*(1-x^5)^3*(1-x^7)^2*(1-x^9)).
MATHEMATICA
CoefficientList[Series[1/((1 - x)^5 (1 - x^3)^4 (1 - x^5)^3 (1 - x^7)^2 (1 - x^9)), {x, 0, 50}], x] (* Vincenzo Librandi, Aug 29 2016 *)
PROG
(PARI) Vec( 1/((1-x)^5*(1-x^3)^4*(1-x^5)^3*(1-x^7)^2*(1-x^9)) + O(x^50)) \\ Michel Marcus, Dec 08 2014
(Magma) m:=50; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-x)^5*(1-x^3)^4*(1-x^5)^3*(1-x^7)^2*(1-x^9)))); // Vincenzo Librandi, Aug 29 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jun 27 2003
STATUS
approved