login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
A002138
6th powers written backwards.
2
0, 1, 46, 927, 6904, 52651, 65664, 946711, 441262, 144135, 1, 1651771, 4895892, 9086284, 6359257, 52609311, 61277761, 96573142, 42221043, 18854074, 46, 12166758, 409973311, 988530841, 679201191, 526041442, 677519803, 984024783, 403098184, 123328495, 927
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
0,3
LINKS
Alois P. Heinz,
Table of n, a(n) for n = 0..10000
MAPLE
a:= n-> (s-> parse(cat(s[-i]$i=1..length(s))))(""||(n^6)):
seq(a(n), n=0..50); #
Alois P. Heinz
, Apr 09 2015
CROSSREFS
Sequence in context:
A160067
A156842
A078427
*
A205495
A281655
A280280
Adjacent sequences:
A002135
A002136
A002137
*
A002139
A002140
A002141
KEYWORD
nonn
,
base
,
look
AUTHOR
N. J. A. Sloane
STATUS
approved