login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A070271
a(n) = n^reverse(n) (ignore leading 0's).
2
1, 4, 27, 256, 3125, 46656, 823543, 16777216, 387420489, 10, 285311670611, 46005119909369701466112, 34059943367449284484947168626829637, 98005277522749794820791054154499091349964324864
OFFSET
1,2
LINKS
FORMULA
a(n) = n^A004086(n). - Michel Marcus, May 31 2014
EXAMPLE
a(10) = 10^reverse(10) = 10^1 = 10.
MATHEMATICA
Table[n^FromDigits[Reverse[IntegerDigits[n]]], {n, 1, 12}]
CROSSREFS
Sequence in context: A134010 A117280 A067040 * A324809 A245414 A177885
KEYWORD
base,nonn
AUTHOR
Joseph L. Pe, May 12 2002
EXTENSIONS
a(13)-a(14) from Vincenzo Librandi, May 31 2014
STATUS
approved