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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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

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 18 03:01 EDT 2024. Contains 371767 sequences. (Running on oeis4.)