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”).

A002232
8th powers written backwards.
2
0, 1, 652, 1656, 63556, 526093, 6169761, 1084675, 61277761, 12764034, 1, 188853412, 696189924, 127037518, 6509875741, 5260982652, 6927694924, 1447575796, 67506991011, 14036538961, 652, 16395822873, 63537857845, 18258901387, 671413570011, 526098785251
OFFSET
0,3
LINKS
MAPLE
a:= n-> (s-> parse(cat(s[-i]$i=1..length(s))))(""||(n^8)):
seq(a(n), n=0..50); # Alois P. Heinz, Apr 09 2015
MATHEMATICA
IntegerReverse[Range[0, 40]^8] (* Harvey P. Dale, Jul 20 2021 *)
CROSSREFS
Sequence in context: A048915 A257827 A261552 * A127029 A127030 A127031
KEYWORD
nonn,base
STATUS
approved