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!)
A352915 Moebius transform of odd primes. 0
3, 2, 4, 6, 10, 8, 16, 12, 22, 16, 34, 18, 40, 26, 36, 36, 58, 28, 68, 36, 56, 44, 86, 44, 88, 58, 78, 56, 110, 48, 128, 78, 98, 86, 122, 66, 160, 94, 126, 94, 178, 76, 190, 108, 124, 120, 220, 94, 210, 114, 174, 132, 248, 112, 216, 148, 196, 162, 278, 96 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Sum_{n>=1} a(n) * x^n / (1 - x^n) = Sum_{n>=1} prime(n+1) * x^n.
a(n) = Sum_{d|n} mu(n/d)* prime(d+1).
MATHEMATICA
Table[DivisorSum[n, MoebiusMu[n/#] Prime[# + 1] &], {n, 1, 60}]
PROG
(PARI) a(n) = sumdiv(n, d, moebius(n/d)* prime(d+1)); \\ Michel Marcus, Apr 27 2022
CROSSREFS
Sequence in context: A240493 A095258 A114745 * A361401 A361379 A039915
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 26 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 May 6 21:30 EDT 2024. Contains 372297 sequences. (Running on oeis4.)