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.

A086999 Periodic part of decimal expansion of 1/p for those primes having a periodic part of even length.

Original entry on oeis.org

142857, 90, 769230, 5882352941176470, 526315789473684210, 4347826086956521739130, 3448275862068965517241379310, 2127659574468085106382978723404255319148936170
Offset: 1

Views

Author

Reinhard Zumkeller, Jul 29 2003

Keywords

Comments

A087001(n)=floor(a(n)/10^A087000(n)), A087002(n)=a(n) mod 10^A087000(n);
A087001(n) + A087002(n) = 10^A087000(n) - 1;
a(n) = A087001(n)*10^A087000(n) + A087002(n).

Examples

			p=73: a(11)=A060283(21)=13698630 -> [1369][8630] ->
A087001(11)=1369, A087002(11)=8630, A087001(11)+A087002(11)=1369+8630=9999.
		

References

  • H. Rademacher and O. Toeplitz, Von Zahlen und Figuren (Springer 1930, reprinted 1968), ch. 19, Die periodischen Dezimalbrueche.

Crossrefs