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!)
A249904 a(n) = mu(n) + sigma(n) - n. 1
1, 0, 0, 3, 0, 7, 0, 7, 4, 9, 0, 16, 0, 11, 10, 15, 0, 21, 0, 22, 12, 15, 0, 36, 6, 17, 13, 28, 0, 41, 0, 31, 16, 21, 14, 55, 0, 23, 18, 50, 0, 53, 0, 40, 33, 27, 0, 76, 8, 43, 22, 46, 0, 66, 18, 64, 24, 33, 0, 108, 0, 35, 41, 63, 20, 77 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
The 0 terms identify the prime numbers.
LINKS
FORMULA
a(n) = A001065(n) + A008683(n). - Antti Karttunen, Feb 25 2018
MATHEMATICA
Table[(MoebiusMu[k] + (DivisorSigma[1, k] - k)), {k, 200} ]
PROG
(PARI) vector(100, n, moebius(n) + sigma(n) - n) \\ Michel Marcus, Jan 31 2015
CROSSREFS
Sequence in context: A135534 A346516 A337767 * A324875 A266437 A077896
KEYWORD
nonn
AUTHOR
Ke Xiao, Jan 13 2015
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 09:12 EDT 2024. Contains 371966 sequences. (Running on oeis4.)