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!)
A034760 Dirichlet convolution of primes (with 1) with phi(n). 1
1, 3, 5, 9, 11, 20, 19, 30, 31, 42, 39, 66, 49, 72, 77, 90, 69, 124, 79, 140, 127, 132, 101, 208, 137, 170, 175, 224, 135, 292, 143, 260, 239, 238, 257, 396, 187, 272, 297, 428, 213, 478, 223, 412, 445, 342, 245, 604, 343, 496, 415, 512, 291, 636, 477, 674, 475 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
From Richard L. Ollerton, May 06 2021: (Start)
a(n) = Sum_{d|n} A000010(d)*A008578(n/d) (by definition).
a(n) = Sum_{k=1..n} A008578(gcd(n,k)).
a(n) = Sum_{k=1..n} A008578(n/gcd(n,k))*A000010(gcd(n,k))A000010(n/gcd(n,k)). (End)
PROG
(PARI) pbc(n) = if (n==1, 1, prime(n-1));
a(n) = sumdiv(n, d, pbc(d)*eulerphi(n/d)); \\ Michel Marcus, Feb 28 2019
CROSSREFS
Sequence in context: A212288 A213208 A282098 * A070639 A078392 A364808
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 24 17:20 EDT 2024. Contains 371962 sequences. (Running on oeis4.)