login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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

  NODES
COMMUNITY 1
INTERN 1