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.

A055959 n - reversal of base 9 digits of n (written in base 10).

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, -8, -16, -24, -32, -40, -48, -56, 16, 8, 0, -8, -16, -24, -32, -40, -48, 24, 16, 8, 0, -8, -16, -24, -32, -40, 32, 24, 16, 8, 0, -8, -16, -24, -32, 40, 32, 24, 16, 8, 0, -8, -16, -24, 48, 40, 32, 24, 16, 8, 0, -8, -16, 56, 48, 40, 32, 24, 16, 8, 0, -8, 64, 56, 48, 40, 32, 24, 16, 8, 0, 80, 0, -80, -160
Offset: 0

Views

Author

Henry Bottomley, Jul 18 2000

Keywords

Comments

a(n) is a multiple of 8.

Crossrefs

Programs

  • Mathematica
    Table[n-FromDigits[Reverse[IntegerDigits[n,9]],9],{n,0,120}] (* Harvey P. Dale, Dec 17 2022 *)

Formula

a(n) = n - A030108(n).