cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A280169 Expansion of Product_{k>=2} 1/(1 - mu(2*k-1)^2*x^(2*k-1)), where mu() is the Moebius function (A008683).

Original entry on oeis.org

1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3, 4, 4, 5, 6, 6, 8, 9, 10, 11, 13, 14, 17, 18, 21, 24, 26, 30, 33, 38, 42, 47, 53, 58, 65, 73, 80, 90, 99, 110, 122, 134, 149, 164, 181, 199, 220, 242, 266, 292, 321, 352, 386, 424, 463, 507, 554, 606, 662, 722, 788, 860, 936, 1020, 1111, 1208, 1314, 1428, 1553, 1685, 1829, 1984, 2152
Offset: 0

Views

Author

Ilya Gutkovskiy, Dec 27 2016

Keywords

Comments

Number of partitions of n into odd squarefree parts > 1.

Examples

			a(13) = 3 because we have [13], [7, 3, 3] and [5, 5, 3].
		

Crossrefs

Programs

  • Mathematica
    nmax = 76; CoefficientList[Series[Product[1/(1 - MoebiusMu[2 k - 1]^2 x^(2 k - 1)), {k, 2, nmax}], {x, 0, nmax}], x]

Formula

G.f.: Product_{k>=2} 1/(1 - mu(2*k-1)^2*x^(2*k-1)).