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.

A353143 Decimal repunits written in base 4.

Original entry on oeis.org

0, 1, 23, 1233, 101113, 2231213, 123020013, 10033101013, 222120223013, 12213312233013, 1002032203113013, 22112101201213013, 1213132233100013013, 100022303120201013013, 2201230001311023013013, 121100320102103233013013, 3330220302313011113013013
Offset: 0

Views

Author

Seiichi Manyama, Apr 26 2022

Keywords

Crossrefs

Programs

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

Formula

a(n) = A007090(A002275(n)).