OFFSET
1,4
LINKS
Alois P. Heinz, Table of n, a(n) for n = 1..10000
N. Benyahia Tani, S. Bouroubi, and O. Kihel, An effective approach for integer partitions using exactly two distinct sizes of parts, Bulletin du Laboratoire 03 (2015), 18-27.
FORMULA
Moebius transform of A002133. - Andrew Howroyd, Nov 10 2024
EXAMPLE
Explanation of a(3)-a(6):
n=3: 21
n=4: 31, 211
n=5: 41, 32, 311, 221, 2111
n=6: 51, 411, 3111, 2211, 21111
PROG
(PARI) seq(n)={my(v=Vec(sum(k=1, n-1, numdiv(k)*x^k, O(x^n))^2, -n), u=vector(n, n, moebius(n))); dirmul(u, vector(#v, n, v[n]+numdiv(n)-sigma(n))/2)} \\ Andrew Howroyd, Nov 10 2024
CROSSREFS
KEYWORD
AUTHOR
N. J. A. Sloane, Jun 17 2016
EXTENSIONS
More terms from Alois P. Heinz, Jun 23 2016
STATUS
approved