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!)
A002232 8th powers written backwards. 2

%I #13 Oct 14 2023 16:32:02

%S 0,1,652,1656,63556,526093,6169761,1084675,61277761,12764034,1,

%T 188853412,696189924,127037518,6509875741,5260982652,6927694924,

%U 1447575796,67506991011,14036538961,652,16395822873,63537857845,18258901387,671413570011,526098785251

%N 8th powers written backwards.

%H Alois P. Heinz, <a href="/A002232/b002232.txt">Table of n, a(n) for n = 0..10000</a>

%p a:= n-> (s-> parse(cat(s[-i]$i=1..length(s))))(""||(n^8)):

%p seq(a(n), n=0..50); # _Alois P. Heinz_, Apr 09 2015

%t IntegerReverse[Range[0,40]^8] (* _Harvey P. Dale_, Jul 20 2021 *)

%K nonn,base

%O 0,3

%A _N. J. A. Sloane_

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 24 15:42 EDT 2024. Contains 371960 sequences. (Running on oeis4.)