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.

A353144 Decimal repunits written in base 5.

Original entry on oeis.org

0, 1, 21, 421, 13421, 323421, 12023421, 241023421, 10321023421, 211421023421, 4233421023421, 140223421023421, 3310023421023421, 121201023421023421, 2424021023421023421, 104030421023421023421, 2131113421023421023421, 43122323421023421023421, 1413002023421023421023421
Offset: 0

Views

Author

Seiichi Manyama, Apr 26 2022

Keywords

Crossrefs

Programs

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

Formula

a(n) = A007091(A002275(n)).