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.

A021022 Decimal expansion of 1/18.

Original entry on oeis.org

0, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5
Offset: 0

Views

Author

Keywords

Examples

			0.05555555555555555555555555555555555555555555555555...
		

Crossrefs

Programs

  • Mathematica
    PadRight[{0}, 100, 5] (* Paolo Xausa, Nov 24 2024 *)

Formula

Equals -Sum_{n>=3} (-1)^n/(Fibonacci(n)^4-1). - Michel Marcus, May 14 2021
From Elmo R. Oliveira, Aug 05 2024: (Start)
G.f.: 5*x/(1-x).
E.g.f.: 5*(exp(x) - 1).
a(n) = 5 for n >= 1. (End)