cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A038398 Concatenate first n cubes in reverse order.

Original entry on oeis.org

1, 81, 2781, 642781, 125642781, 216125642781, 343216125642781, 512343216125642781, 729512343216125642781, 1000729512343216125642781, 13311000729512343216125642781, 172813311000729512343216125642781
Offset: 1

Views

Author

M. I. Petrescu (mipetrescu(AT)yahoo.com)

Keywords

References

  • Mihaly Bencze [Beneze], L. Tutescu, Some Notions and Questions in Number Theory, Sequence 6.

Crossrefs

Programs

  • Mathematica
    nn=20;With[{c=Reverse[Range[nn]^3]},Table[FromDigits[Flatten[ IntegerDigits/@ Take[ c,-n]]],{n,nn}]] (* Harvey P. Dale, Sep 28 2013 *)

Extensions

More terms from Andrew Gacek (andrew(AT)dgi.net), Feb 21 2000