login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A014193
n-th prime + mu(n).
0
3, 2, 4, 7, 10, 14, 16, 19, 23, 30, 30, 37, 40, 44, 48, 53, 58, 61, 66, 71, 74, 80, 82, 89, 97, 102, 103, 107, 108, 112, 126, 131, 138, 140, 150, 151, 156, 164, 168, 173, 178, 180, 190, 193, 197, 200, 210, 223, 227
OFFSET
1,1
MAPLE
with(numtheory): f := n->ithprime(n)+mobius(n); [ seq(f(i), i=1..80) ];
MATHEMATICA
Table[Prime[n]+MoebiusMu[n], {n, 50}] (* Harvey P. Dale, Oct 27 2015 *)
CROSSREFS
Sequence in context: A349368 A376183 A102787 * A128885 A215335 A229976
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 23:55 EDT 2024. Contains 376078 sequences. (Running on oeis4.)