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.

A353142 Decimal repunits written in base 3.

Original entry on oeis.org

0, 1, 102, 11010, 1112011, 120020112, 12122102020, 2002110011021, 202220111120122, 21202002000210100, 2212102202021220101, 1001200100111221000202, 101121210112011021021110, 10221012222020120200202111, 1110100012201102210221120212
Offset: 0

Views

Author

Seiichi Manyama, Apr 26 2022

Keywords

Crossrefs

Programs

  • PARI
    a(n) = fromdigits(digits((10^n-1)/9, 3));

Formula

a(n) = A007089(A002275(n)).
a(n) = (A055474(n) - 1)/100. - Hugo Pfoertner, Apr 26 2022