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!)
A356344 a(n) = Sum_{k=1..n} binomial(2*k, k) * sigma(k). 0
2, 20, 100, 590, 2102, 13190, 40646, 233696, 865756, 4191364, 12656548, 88372916, 233981316, 1196779716, 4919600196, 23553092286, 65558004246, 419488280946, 1126393556946, 6915947767386, 24140199749466, 99887762443386, 297490099905786, 2232346320891786, 6151075120462098 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The average value of a(n) is Pi^(3/2) * sqrt(n) * 2^(2*n+1) / 9.
LINKS
MATHEMATICA
Table[Sum[Binomial[2*k, k]*DivisorSigma[1, k], {k, 1, n}], {n, 1, 30}]
PROG
(PARI) a(n) = sum(k=1, n, binomial(2*k, k) * sigma(k)); \\ Michel Marcus, Aug 05 2022
CROSSREFS
Sequence in context: A033840 A086755 A107483 * A220856 A035599 A222556
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 06:45 EDT 2024. Contains 371906 sequences. (Running on oeis4.)