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!)
A034766 Dirichlet convolution of phi(n) with Catalan numbers. 0
1, 2, 4, 8, 18, 48, 138, 440, 1440, 4884, 16806, 58848, 208024, 743044, 2674484, 9695296, 35357686, 129646320, 477638718, 1767268112, 6564120708, 24466283836, 91482563662, 343059673408, 1289904147400, 4861946609488 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) ~ 2^(2*n-2) / (sqrt(Pi) * n^(3/2)). - Vaclav Kotesovec, Sep 11 2019
From Richard L. Ollerton, May 06 2021: (Start)
a(n) = Sum_{d|n} phi(d)*A000108(n/d) (by definition).
a(n) = Sum_{k=1..n} A000108(gcd(n,k)).
a(n) = Sum_{k=1..n} A000108(n/gcd(n,k))*phi(gcd(n,k))/phi(n/gcd(n,k)). (End)
MATHEMATICA
Table[Sum[CatalanNumber[n/d - 1]*EulerPhi[d], {d, Divisors[n]}], {n, 1, 25}] (* Vaclav Kotesovec, Sep 10 2019 *)
CROSSREFS
Sequence in context: A113989 A126757 A369386 * A099785 A333497 A367115
KEYWORD
nonn
AUTHOR
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)