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.

A010680 Decimal expansion of 1/11.

Original entry on oeis.org

0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9, 0, 9
Offset: 0

Views

Author

Keywords

Comments

Period 2: repeat [0,9].

Examples

			1/11 = 0.0909090909090909090909090909090909090909090909090909090909...
		

Crossrefs

Bisections give: A000004, A010734.

Programs

Formula

a(n) = (9/2)*(1 - (-1)^n) = 9*(n mod 2). - Paolo P. Lava, Oct 31 2006
From Elmo R. Oliveira, Jan 15 2024: (Start)
a(n) = a(n-2) for n >= 2.
a(n) = 3 * A010674(n).
G.f.: 9*x/(1-x^2).
E.g.f.: 9*sinh(x). (End)
a(n) = 9 * A000035(n). - Alois P. Heinz, Jan 16 2024