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”).

A034771
Dirichlet convolution of d(n) (# of divisors) with b_n=2^(n-1).
0
1, 4, 6, 15, 18, 48, 66, 154, 267, 552, 1026, 2154, 4098, 8328, 16428, 33061, 65538, 131676, 262146, 525390, 1048716, 2099208, 4194306, 8393124, 16777251, 33562632, 67109392, 134234334, 268435458, 536904864, 1073741826, 2147549616
OFFSET
1,2
FORMULA
a(n) ~ 2^(n-1). - Vaclav Kotesovec, Sep 11 2019
MATHEMATICA
Table[Sum[DivisorSigma[0, n/d]*2^(d - 1), {d, Divisors[n]}], {n, 1, 30}] (* Vaclav Kotesovec, Sep 10 2019 *)
CROSSREFS
Sequence in context: A349157 A117883 A106387 * A294457 A266883 A034764
KEYWORD
nonn
STATUS
approved