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.

A055963 n - reversal of base 12 digits of n (written in base 10).

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 0, -11, -22, -33, -44, -55, -66, -77, -88, -99, -110, 22, 11, 0, -11, -22, -33, -44, -55, -66, -77, -88, -99, 33, 22, 11, 0, -11, -22, -33, -44, -55, -66, -77, -88, 44, 33, 22, 11, 0, -11, -22, -33, -44, -55, -66, -77, 55, 44, 33, 22, 11, 0, -11, -22, -33, -44, -55, -66, 66, 55, 44
Offset: 0

Views

Author

Henry Bottomley, Jul 18 2000

Keywords

Comments

a(n) is a multiple of 11.

Crossrefs

Programs

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

Formula

a(n) = n - A056961(n).