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.

Showing 1-1 of 1 results.

A021179 Decimal expansion of 1/175.

Original entry on oeis.org

0, 0, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5, 7, 1, 4, 2, 8, 5
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A021032.

Programs

  • Mathematica
    realDigitsRecip[175] (* The realDigitsRecip program is at A021200 *) (* Harvey P. Dale, Nov 28 2024 *)

Formula

Equals A021032 minus 3/100. [R. J. Mathar, Oct 25 2008]
From Chai Wah Wu, Sep 21 2016: (Start)
a(n) = a(n-1) - a(n-3) + a(n-4) for n > 5.
G.f.: x^2*(-8*x^3 + 6*x^2 - 2*x - 5)/(x^4 - x^3 + x - 1). (End)
Showing 1-1 of 1 results.