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.

A021075 Decimal expansion of 1/71.

Original entry on oeis.org

0, 1, 4, 0, 8, 4, 5, 0, 7, 0, 4, 2, 2, 5, 3, 5, 2, 1, 1, 2, 6, 7, 6, 0, 5, 6, 3, 3, 8, 0, 2, 8, 1, 6, 9, 0, 1, 4, 0, 8, 4, 5, 0, 7, 0, 4, 2, 2, 5, 3, 5, 2, 1, 1, 2, 6, 7, 6, 0, 5, 6, 3, 3, 8, 0, 2, 8, 1, 6, 9, 0, 1, 4, 0, 8, 4, 5, 0, 7, 0, 4, 2, 2, 5, 3, 5, 2, 1, 1, 2, 6, 7, 6, 0, 5, 6, 3, 3, 8, 0, 2, 8, 1, 6, 9
Offset: 0

Views

Author

Keywords

Comments

Periodic of period 35. - Stefano Spezia, Feb 03 2025

Examples

			0.01408450704225352112676056338028169... .
		

Programs

  • Mathematica
    Join[{0},RealDigits[1/71, 10, 98][[1]]] (* Stefano Spezia, Feb 03 2025 *)