[go: up one dir, main page]

login
A007444
Moebius transform of primes.
(Formerly M0156)
14
2, 1, 3, 4, 9, 7, 15, 12, 18, 17, 29, 20, 39, 25, 33, 34, 57, 30, 65, 38, 53, 47, 81, 40, 86, 59, 80, 60, 107, 41, 125, 78, 103, 79, 123, 66, 155, 95, 123, 90, 177, 75, 189, 110, 132, 115, 209, 100, 210, 114, 171, 134, 239
OFFSET
1,1
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
N. J. A. Sloane, Transforms
FORMULA
G.f.: Sum_{n>=1} a(n)*x^n/(1 - x^n) = Sum_{n>=1} prime(n)*x^n. - Ilya Gutkovskiy, Apr 25 2017
a(n) = Sum_{d|n} prime(d)*mu(n/d), where mu is the Moebius function (A008683). - Wesley Ivan Hurt, Sep 23 2020
MATHEMATICA
a[n_] := DivisorSum[n, Prime[#] * MoebiusMu[n/#] &]; Array[a, 200] (* Enrique Pérez Herrero, Sep 23 2020 *)
PROG
(PARI) a(n) = sumdiv(n, d, prime(d)*moebius(n/d)); \\ Michel Marcus, Nov 04 2018
CROSSREFS
Sequence in context: A304590 A134876 A019612 * A332309 A166476 A052950
KEYWORD
nonn
AUTHOR
STATUS
approved