OFFSET
0,1
COMMENTS
C1 = 'prevprime(n) followed by n'
C2 = 'n followed by nextprime(n)'
C3 = 'prevprime(n) followed by n followed by nextprime(n)'
EXAMPLE
n=95079 -> previous prime is 95071, next prime is 95083, thus '9501795079' and '9507995083' and '950719507995083' are all three primes.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Oct 15 1998
STATUS
approved