login
A038398
Concatenate first n cubes in reverse order.
0
1, 81, 2781, 642781, 125642781, 216125642781, 343216125642781, 512343216125642781, 729512343216125642781, 1000729512343216125642781, 13311000729512343216125642781, 172813311000729512343216125642781
OFFSET
1,2
REFERENCES
Mihaly Bencze [Beneze], L. Tutescu, Some Notions and Questions in Number Theory, Sequence 6.
MATHEMATICA
nn=20; With[{c=Reverse[Range[nn]^3]}, Table[FromDigits[Flatten[ IntegerDigits/@ Take[ c, -n]]], {n, nn}]] (* Harvey P. Dale, Sep 28 2013 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
M. I. Petrescu (mipetrescu(AT)yahoo.com)
EXTENSIONS
More terms from Andrew Gacek (andrew(AT)dgi.net), Feb 21 2000
STATUS
approved