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.

A141571 Decimal expansion of 11999/99900.

Original entry on oeis.org

1, 2, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0
Offset: 0

Views

Author

Eric Desbiaux, Sep 13 2008

Keywords

Examples

			.12011011011011011011011011011011011011011011011011011011011...
		

Crossrefs

Cf. A110044.

Programs

  • Mathematica
    Join[{1, 2},LinearRecurrence[{0, 0, 1},{0, 1, 1},97]] (* Ray Chandler, Aug 25 2015 *)
  • PARI
    a(n)=(n%3!=2)+(n==1) \\ Jaume Oliver Lafont, Mar 24 2009

Formula

G.f.: (1+2*x-x^4)/(1-x^3). - Jaume Oliver Lafont, Mar 24 2009