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!)
A088736 10^p - p for prime p. 0
98, 997, 99995, 9999993, 99999999989, 9999999999987, 99999999999999983, 9999999999999999981, 99999999999999999999977, 99999999999999999999999999971, 9999999999999999999999999999969 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
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

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 March 18 22:09 EDT 2024. Contains 370951 sequences. (Running on oeis4.)