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!)
A356346 a(n) = Sum_{k=1..n} binomial(2*k, k) * phi(k), where phi is the Euler totient function. 0
2, 8, 48, 188, 1196, 3044, 23636, 75116, 366836, 1105860, 8160180, 18976804, 143784004, 384483604, 1625423764, 6434066884, 43771766404, 98222578204, 734437326604, 1837209557164, 8296304050444, 29337293687644, 210472769694844, 468453599159644, 2996665727914684 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The average value of a(n) is sqrt(n) * 2^(2*n+3) / Pi^(5/2).
LINKS
MATHEMATICA
Table[Sum[Binomial[2*k, k]*EulerPhi[k], {k, 1, n}], {n, 1, 30}]
PROG
(PARI) a(n) = sum(k=1, n, binomial(2*k, k) * eulerphi(k)); \\ Michel Marcus, Aug 05 2022
CROSSREFS
Sequence in context: A193944 A058928 A228288 * A292277 A173841 A004141
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)