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.

User: Michal Kaczmarczyk

Michal Kaczmarczyk's wiki page.

Michal Kaczmarczyk has authored 1 sequences.

A249772 Period of the senary (base-6) representation of 1/n, or 0 if 1/n terminates.

Original entry on oeis.org

0, 0, 0, 0, 1, 0, 2, 0, 0, 1, 10, 0, 12, 2, 1, 0, 16, 0, 9, 1, 2, 10, 11, 0, 5, 12, 0, 2, 14, 1, 6, 0, 10, 16, 2, 0, 4, 9, 12, 1, 40, 2, 3, 10, 1, 11, 23, 0, 14, 5, 16, 12, 26, 0, 10, 2, 9, 14, 58, 1, 60, 6, 2, 0, 12, 10, 33, 16, 11, 2, 35, 0, 36, 4, 5, 9, 10, 12, 78, 1, 0, 40, 82, 2, 16
Offset: 1

Author

Michal Kaczmarczyk, Dec 03 2014

Keywords

Examples

			a(7)=2, because 1/7 has senary period 2 (0.0505050505...).
		

Crossrefs

Cf. A051626 (base 10), A246004 (base 12).
With ones instead of zeros: A007737, A066799 (all bases as columns).

Programs

  • Mathematica
    f[n_] := Length[ RealDigits[1/n, 6][[1, -1]]]; Array[f, 85] (* Robert G. Wilson v, Jan 09 2015 *)

Extensions

More terms from Robert G. Wilson v, Jan 09 2015