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!)
A002140 7th powers written backwards. 2
0, 1, 821, 7812, 48361, 52187, 639972, 345328, 2517902, 9692874, 1, 17178491, 80813853, 71584726, 405314501, 573958071, 654534862, 376833014, 230022216, 937178398, 821, 1458801081, 8887534942, 7445284043, 4241746854, 5265153016, 6710181308, 30235306401 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MAPLE
a:= n-> (s-> parse(cat(s[-i]$i=1..length(s))))(""||(n^7)):
seq(a(n), n=0..50); # Alois P. Heinz, Apr 09 2015
MATHEMATICA
FromDigits[Reverse[IntegerDigits[#]]]&/@(Range[0, 25]^7) (* Harvey P. Dale, Dec 29 2010 *)
CROSSREFS
Sequence in context: A095964 A342064 A020368 * A095965 A059002 A170928
KEYWORD
nonn,base,look
AUTHOR
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 May 7 15:53 EDT 2024. Contains 372310 sequences. (Running on oeis4.)