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.

A371751 Decimal expansion of Product_{k>=0} (1 + 1/5^k).

Original entry on oeis.org

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

Views

Author

Ilya Gutkovskiy, Apr 05 2024

Keywords

Examples

			2.5210016134202150647777463154782130132...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[QPochhammer[-1, 1/5], 10, 100][[1]]
    RealDigits[Times@@Table[1+1/5^k,{k,0,1000}],10,100][[1]] (* Harvey P. Dale, Sep 17 2024 *)