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

A088736
10^p - p for prime p.
0
98, 997, 99995, 9999993, 99999999989, 9999999999987, 99999999999999983, 9999999999999999981, 99999999999999999999977, 99999999999999999999999999971, 9999999999999999999999999999969
OFFSET
2,1
MATHEMATICA
Table[10^p-p, {p, Prime[Range[20]]}] (* Harvey P. Dale, Jul 29 2018 *)
PROG
(PARI) tenpmp(n)= { forprime(x=2, n, print1(10^x-x", ") ) }
CROSSREFS
Sequence in context: A203083 A202370 A184608 * A292552 A233373 A221747
KEYWORD
nonn
AUTHOR
Cino Hilliard, Nov 23 2003
STATUS
approved