VOOZH
about
URL: https://oeis.org/A089211
⇱ A089211 - OEIS
login
A089211
a(n) = 10*n^n+(n-1).
0
10, 41, 272, 2563, 31254, 466565, 8235436, 167772167, 3874204898, 100000000009, 2853116706120, 89161004482571, 3028751065922542, 111120068255580173, 4378938903808593764, 184467440737095516175, 8272402618863367641786, 393464080752965375754257
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,1
COMMENTS
This is how the PARI language interprets the command print1(x^x(x-1))) in 2003.
LINKS
Table of n, a(n) for n=1..18.
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
Sequence in context:
A211064
A048879
A221805
*
A220927
A222858
A041188
Adjacent sequences:
A089208
A089209
A089210
*
A089212
A089213
A089214
KEYWORD
nonn
AUTHOR
Cino Hilliard
, Dec 09 2003
EXTENSIONS
Corrected and extended by
Harvey P. Dale
, Jul 22 2016
STATUS
approved