login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A034774
Dirichlet convolution of d(n) (# of divisors) with Catalan numbers.
0
1, 3, 4, 10, 16, 52, 134, 446, 1437, 4896, 16798, 58896, 208014, 743170, 2674476, 9695727, 35357672, 129647751, 477638702, 1767272976, 6564120692, 24466300618, 91482563642, 343059732248, 1289904147355, 4861946817482
OFFSET
1,2
FORMULA
a(n) ~ 2^(2*n-2) / (sqrt(Pi) * n^(3/2)). - Vaclav Kotesovec, Sep 11 2019
MATHEMATICA
Table[Sum[CatalanNumber[n/d - 1]*DivisorSigma[0, d], {d, Divisors[n]}], {n, 1, 25}] (* Vaclav Kotesovec, Sep 10 2019 *)
CROSSREFS
Sequence in context: A081160 A051437 A224073 * A342536 A172416 A317883
KEYWORD
nonn
STATUS
approved