OFFSET
0,2
COMMENTS
"Nextprime(k)" is not well-defined: it can mean the smallest prime >= k or the smallest prime > k. Of course here it does not matter. - N. J. A. Sloane, Jan 31 2007
MATHEMATICA
np[n_]:=Module[{n8=8^n}, NextPrime[n8]-n8]; Array[np, 70, 0] (* Harvey P. Dale, Jun 20 2011 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jan 29 2007
EXTENSIONS
Erroneous Mathematica program deleted by Harvey P. Dale, Jun 20 2011
STATUS
approved