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.

A023383 a(n+1) = a(n) converted to base 10 from base 5 (written in base 10).

Original entry on oeis.org

5, 10, 20, 40, 130, 1010, 13020, 404040, 100412130, 201201142010, 11244024443021020, 43242234044024403133040, 141203414122301104243434200224130
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A023390.

Programs

  • Mathematica
    NestList[FromDigits[IntegerDigits[#,5]]&,5,15] (* Harvey P. Dale, Jul 22 2012 *)