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.

A055951 n - reversal of base 5 digits of n (written in base 10).

Original entry on oeis.org

0, 0, 0, 0, 0, 4, 0, -4, -8, -12, 8, 4, 0, -4, -8, 12, 8, 4, 0, -4, 16, 12, 8, 4, 0, 24, 0, -24, -48, -72, 24, 0, -24, -48, -72, 24, 0, -24, -48, -72, 24, 0, -24, -48, -72, 24, 0, -24, -48, -72, 48, 24, 0, -24, -48, 48, 24, 0, -24, -48, 48, 24, 0, -24, -48, 48, 24, 0, -24, -48, 48, 24, 0, -24, -48, 72, 48, 24, 0, -24, 72, 48, 24, 0
Offset: 0

Views

Author

Henry Bottomley, Jul 18 2000

Keywords

Comments

a(n) is a multiple of 4.

Crossrefs

Programs

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

Formula

a(n) = n - A030104(n).