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.

A132726 Triangle read by rows: T(n,k) = length of period in decimal representation of k/n, 1<=k<=n.

Original entry on oeis.org

0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 6, 6, 6, 6, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 6, 6, 6, 6, 6, 6, 0, 6, 6, 6, 6, 6, 6, 0
Offset: 1

Views

Author

Reinhard Zumkeller, Aug 27 2007

Keywords

Comments

T(n,1) = A051626(n); T(n,n) = 0;
T(n,k) = T(1,k/A050873(n,k));
T(n,k) = T(n,A132740(k)), 1<=k<=n;
T(A003592(n),k) = 0, 1<=k<=A003592(n).