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!)
A352062 a(1) = 1; a(n) = -Sum_{d|n, d > 1} prime(d-1) * a(n/d). 1
1, -2, -3, -1, -7, 1, -13, -5, -10, 5, -29, 7, -37, 11, -1, 2, -53, 29, -61, 11, 7, 43, -79, 37, -40, 51, -14, 35, -107, 103, -113, 5, 43, 75, 43, 41, -151, 87, 59, 97, -173, 169, -181, 43, 142, 119, -199, 50, -54, 157, 89, 81, -239, 170, 155, 151, 103, 159, -271, 41, -281, 169, 276, 59, 207 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Dirichlet inverse of A008578.
LINKS
MATHEMATICA
a[1] = 1; a[n_] := a[n] = -Sum[If[d > 1, Prime[d - 1] a[n/d], 0], {d, Divisors[n]}]; Table[a[n], {n, 65}]
CROSSREFS
Sequence in context: A114858 A193491 A364271 * A263340 A114583 A114581
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Mar 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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)