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!)
A356339 a(n) = Sum_{k=1..n} binomial(2*n, n-k) * sigma_2(k). 1
1, 9, 55, 297, 1496, 7215, 33783, 154825, 698077, 3107424, 13690161, 59802471, 259377080, 1118176887, 4795381640, 20472223529, 87051685546, 368857919085, 1558036408998, 6562564601592, 27571934249754, 115574440020477, 483444570596465, 2018365519396135, 8411811012694246 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) ~ zeta(3) * n * 4^(n-1).
MATHEMATICA
Table[Sum[Binomial[2*n, n-k]*DivisorSigma[2, k], {k, 1, n}], {n, 1, 30}]
PROG
(PARI) a(n) = sum(k=1, n, binomial(2*n, n-k) * sigma(k, 2)); \\ Michel Marcus, Aug 05 2022
CROSSREFS
Sequence in context: A026857 A244650 A097790 * A362365 A183805 A037578
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 April 23 07:16 EDT 2024. Contains 371905 sequences. (Running on oeis4.)