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.

A021112 Decimal expansion of 1/108.

Original entry on oeis.org

0, 0, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9, 2, 5, 9
Offset: 0

Views

Author

Keywords

Examples

			0.009259259259259259259259259259259259259259259259259259259259259259259259...
		

Programs

  • Mathematica
    RealDigits[1/108,10,120][[1]] (* or *) PadRight[{},120,{9,2,5}] (* Harvey P. Dale, Mar 21 2018 *)
  • PARI
    1/108.0 \\ Michel Marcus, Jan 29 2016

Extensions

a(0)=a(1)=0 inserted by Sean A. Irvine, May 07 2019