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!)
A034767 Dirichlet convolution of phi(n) with Bell numbers. 0

%I #10 May 07 2021 00:54:37

%S 1,2,4,8,19,58,209,888,4150,21170,115985,678642,4213609,27644652,

%T 190899368,1382959444,10480142163,82864874064,682076806177,

%U 5832742226266,51724158235802,474869816272746,4506715738447345

%N Dirichlet convolution of phi(n) with Bell numbers.

%F From _Richard L. Ollerton_, May 06 2021: (Start)

%F a(n) = Sum_{d|n} phi(d)*A000110(n/d) (by definition).

%F a(n) = Sum_{k=1..n} A000110(gcd(n,k)).

%F a(n) = Sum_{k=1..n} A000110(n/gcd(n,k))*phi(gcd(n,k))/phi(n/gcd(n,k)). (End)

%t Table[Sum[BellB[n/d - 1]*EulerPhi[d], {d, Divisors[n]}], {n, 1, 25}] (* _Vaclav Kotesovec_, Sep 10 2019 *)

%Y Cf. A000010, A000110

%K nonn

%O 1,2

%A _Erich Friedman_

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 20 00:26 EDT 2024. Contains 371798 sequences. (Running on oeis4.)