login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 21:51 EDT 2024. Contains 371781 sequences. (Running on oeis4.)