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”).

A104860
Prime next to (n + n-th prime).
1
5, 7, 11, 13, 17, 23, 29, 29, 37, 41, 43, 53, 59, 59, 67, 71, 79, 83, 89, 97, 97, 103, 107, 127, 127, 131, 131, 137, 139, 149, 163, 167, 173, 179, 191, 191, 197, 211, 211, 223, 223, 227, 239, 239, 251, 251, 263, 277, 277, 281
OFFSET
1,1
FORMULA
a(n) = nextprime(A014688(n)).
MATHEMATICA
Table[NextPrime[n+Prime[n]], {n, 60}] (* Harvey P. Dale, Aug 16 2018 *)
PROG
(PARI) a(n) = nextprime(n + prime(n) + 1); \\ Michel Marcus, Oct 09 2013
CROSSREFS
Cf. A014688.
Sequence in context: A193947 A120222 A054794 * A216751 A216741 A290507
KEYWORD
nonn
AUTHOR
Zak Seidov, Apr 24 2005
STATUS
approved