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

A115732
n-th prime p(n) repeated (p(n)-n) times.
1
2, 3, 5, 5, 7, 7, 7, 11, 11, 11, 11, 11, 11, 13, 13, 13, 13, 13, 13, 13, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29
OFFSET
1,1
MATHEMATICA
Flatten@Table[Prime[n], {n, 10}, {Prime[n]-n}]
CROSSREFS
Sequence in context: A154290 A267259 A002334 * A246578 A048947 A342658
KEYWORD
nonn
AUTHOR
Zak Seidov, Jan 30 2006
STATUS
approved