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

A055003
a(n) = prime(prime(n)-1).
8
2, 3, 7, 13, 29, 37, 53, 61, 79, 107, 113, 151, 173, 181, 199, 239, 271, 281, 317, 349, 359, 397, 421, 457, 503, 541, 557, 577, 593, 613, 701, 733, 769, 787, 857, 863, 911, 953, 983, 1021, 1061, 1069, 1151, 1163, 1193, 1213, 1291, 1399, 1429
OFFSET
1,1
MAPLE
with(numtheory): [seq(ithprime(ithprime(i)-1), i=1..70)];
PROG
(PARI) a(n) = prime(prime(n)-1); \\ Michel Marcus, Aug 08 2017
CROSSREFS
Sequence in context: A006946 A074129 A233042 * A175248 A099361 A234003
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 10 2000
STATUS
approved