login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A356372 a(n) = Sum_{k=1..n} binomial(2*n, k) * A000005(k). 0
2, 16, 76, 386, 1474, 7349, 26807, 121964, 487068, 2105087, 7486505, 37278746, 133488216, 550615531, 2263230587, 9856735046, 35168418266, 160420872009, 573578559659, 2582163925152, 10333237435638, 41122278086361, 146621866522577, 712999981650663, 2702556741014621 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) ~ 2^(2*n-1) * (log(n) + 2*gamma), where gamma is the Euler-Mascheroni constant A001620.
MATHEMATICA
Table[Sum[Binomial[2*n, k]*DivisorSigma[0, k], {k, 1, n}], {n, 1, 30}]
PROG
(PARI) a(n) = sum(k=1, n, binomial(2*n, k) * numdiv(k)); \\ Michel Marcus, Aug 05 2022
CROSSREFS
Sequence in context: A289837 A323297 A034581 * A028336 A244717 A208102
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Aug 04 2022
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 25 15:24 EDT 2024. Contains 373705 sequences. (Running on oeis4.)