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.

A143618 Decimal expansion of 127/216.

Original entry on oeis.org

5, 8, 7, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2, 9, 6, 2
Offset: 0

Views

Author

Keywords

Examples

			.58796296296296296296296296296296296296296296296296296296296...
		

Crossrefs

A companion to A177056.

Programs

Formula

a(n) = A177056(n+2). - Paolo Xausa, Apr 24 2024
From Elmo R. Oliveira, Aug 05 2024: (Start)
G.f.: (5 + 8*x + 7*x^2 + 4*x^3 - 2*x^4 - 5*x^5)/((1 - x)*(1 + x + x^2)).
a(n) = a(n-3), n > 5. (End)