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.

A021100 Decimal expansion of 1/96.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

From Daniel Forgues, Oct 28 2011: (Start)
Generalization:
1/6 = Sum_{i>=0} 4^i/10^(i+1);
1/96 = Sum_{i>=0} 4^i/100^(i+1) (this sequence);
1/996 = Sum_{i>=0} 4^i/1000^(i+1);
1/9996 = Sum_{i>=0} 4^i/10000^(i+1); ... (End)

Examples

			0.0104166666666666666666666666666...
		

Programs

Formula

From Elmo R. Oliveira, Aug 05 2024: (Start)
G.f.: x*(1 - x + 4*x^2 - 3*x^3 + 5*x^4)/(1 - x).
a(n) = 6 for n > 4. (End)
E.g.f.: 6*(exp(x) - 1) - 5*x - 3*x^2 - x^3/3 - 5*x^4/24. - Stefano Spezia, Aug 06 2024