login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A353145
Decimal repunits written in base 6.
6
0, 1, 15, 303, 5051, 123235, 2214223, 35452011, 1034052155, 15005255143, 302130544531, 5034313401115, 123013240420103, 2210234251121451, 35344212440150035, 1032151423443021023, 14535045221530334411, 301223205551110014555
OFFSET
0,3
FORMULA
a(n) = A007092(A002275(n)).
PROG
(PARI) a(n) = fromdigits(digits((10^n-1)/9, 6));
KEYWORD
nonn,base,easy
AUTHOR
Seiichi Manyama, Apr 26 2022
STATUS
approved