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.

A257936 Decimal expansion of 11/18.

Original entry on oeis.org

6, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
Offset: 0

Views

Author

Bruno Berselli, May 13 2015

Keywords

Comments

Decimal expansion of Sum_{i>=1} 1/A028552(i).
Also, continued fraction expansion of 5+A001622.

Examples

			.6111111111111111111111111111111111111111111111111111111111111111...
		

Crossrefs

Cf. A010716 (decimal expansion of 5/9 = 10/18), A010722 (decimal expansion of 2/3 = 12/18).

Programs

Formula

Equals A020773 + A142464.
From Elmo R. Oliveira, Aug 05 2024: (Start)
G.f.: (6-5*x)/(1-x).
E.g.f.: exp(x) + 5.
a(n) = 1, n >= 1. (End)