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.

A353145 Decimal repunits written in base 6.

Original entry on oeis.org

0, 1, 15, 303, 5051, 123235, 2214223, 35452011, 1034052155, 15005255143, 302130544531, 5034313401115, 123013240420103, 2210234251121451, 35344212440150035, 1032151423443021023, 14535045221530334411, 301223205551110014555
Offset: 0

Views

Author

Seiichi Manyama, Apr 26 2022

Keywords

Crossrefs

Programs

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

Formula

a(n) = A007092(A002275(n)).