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.

A259989 This sequence and A259988 are base-6 analogs of A007185 and A016090, written in base 6.

Original entry on oeis.org

4, 44, 344, 5344, 5344, 205344, 4205344, 34205344, 334205344, 3334205344, 3334205344, 403334205344, 403334205344, 403334205344, 400403334205344, 1400403334205344, 41400403334205344, 241400403334205344, 4241400403334205344, 34241400403334205344
Offset: 1

Views

Author

N. J. A. Sloane, Jul 13 2015

Keywords

Comments

See Schut (1991) for precise definition.
Ignoring repetitions, the subsequence of A201821 of terms ending in 4. - Eric M. Schmidt, Jul 18 2015

References

  • C. P. Schut, Idempotents. Report AM-R9101, Centrum voor Wiskunde en Informatica, Amsterdam, 1991.

Crossrefs

Programs

  • Sage
    def a(n) : return Integer(crt(0, 1, 2^n, 3^n).str(6)) # Eric M. Schmidt, Jul 18 2015

Extensions

Corrected and extended by Eric M. Schmidt, Jul 18 2015