OFFSET
1,1
COMMENTS
This sequence illustrates the base-n representation of numbers having the form n^k +- (n - 1).
MATHEMATICA
Select[Sort[Flatten[Table[10^n+{9, -9}, {n, 50}]]], PrimeQ] (* Harvey P. Dale, Jul 22 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Reikku Kulon, Sep 15 2008
STATUS
approved