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.

A033012 Every run of digits of n in base 14 has length 2.

Original entry on oeis.org

15, 30, 45, 60, 75, 90, 105, 120, 135, 150, 165, 180, 195, 2940, 2970, 2985, 3000, 3015, 3030, 3045, 3060, 3075, 3090, 3105, 3120, 3135, 5880, 5895, 5925, 5940, 5955, 5970, 5985, 6000, 6015, 6030, 6045, 6060, 6075, 8820
Offset: 1

Views

Author

Keywords

Comments

See A043291 and A033001 through A033014 for the analog in other bases, A033015 - A033029 for the variants with run lengths >= 2. - M. F. Hasler, Feb 04 2014

Programs

  • Mathematica
    Select[Range[9000],Union[Length/@Split[IntegerDigits[#,14]]]=={2}&] (* Harvey P. Dale, Apr 26 2013 *)

Formula

a(n) = 15*A043318(n) (= 15*n for n<14). - M. F. Hasler, Feb 02 2014