OFFSET
1,1
COMMENTS
This is how the PARI language interprets the command print1(x^x(x-1))) in 2003.
MATHEMATICA
Table[10n^n+(n-1), {n, 20}] (* Harvey P. Dale, Jul 22 2016 *)
PROG
(PARI) g(n) = for(x=1, n, print1(x^x^(x-1)", "))
CROSSREFS
KEYWORD
nonn
AUTHOR
Cino Hilliard, Dec 09 2003
EXTENSIONS
Corrected and extended by Harvey P. Dale, Jul 22 2016
STATUS
approved