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.

A055953 n - reversal of base 6 digits of n (written in base 10).

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 5, 0, -5, -10, -15, -20, 10, 5, 0, -5, -10, -15, 15, 10, 5, 0, -5, -10, 20, 15, 10, 5, 0, -5, 25, 20, 15, 10, 5, 0, 35, 0, -35, -70, -105, -140, 35, 0, -35, -70, -105, -140, 35, 0, -35, -70, -105, -140, 35, 0, -35, -70, -105, -140, 35, 0, -35, -70, -105, -140, 35, 0, -35, -70, -105, -140, 70, 35, 0, -35, -70
Offset: 0

Views

Author

Henry Bottomley, Jul 18 2000

Keywords

Comments

a(n) is a multiple of 5.

Crossrefs

Programs

  • Mathematica
    Table[n - IntegerReverse[n, 6], {n, 0, 100}] (* Paolo Xausa, Aug 08 2024 *)

Formula

a(n) = n - A030105(n).