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.

A099814 Bisection of A002275.

Original entry on oeis.org

0, 11, 1111, 111111, 11111111, 1111111111, 111111111111, 11111111111111, 1111111111111111, 111111111111111111, 11111111111111111111, 1111111111111111111111, 111111111111111111111111, 11111111111111111111111111, 1111111111111111111111111111, 111111111111111111111111111111, 11111111111111111111111111111111
Offset: 0

Views

Author

N. J. A. Sloane, Nov 19 2004

Keywords

Comments

Except for the first term (replace 0 with 1) this is the binary representation of the n-th iteration of the elementary cellular automaton starting with a single ON (black) cell for Rule 189. - Robert Price, Feb 21 2016

Crossrefs

Cf. A002275, A100706 (other bisection).

Programs

Formula

For n>0, 1 repeated 2n times.
a(n) = a(n-1) + 11*100^(n-1) with a(0)=0. - Vincenzo Librandi, Nov 16 2010
a(n) = (100^n - 1)/9. - Bernard Schott, Apr 09 2023
From Stefano Spezia, Jul 27 2024: (Start)
G.f.: 11*x/((1 - x)*(1 - 100*x)).
E.g.f.: exp(x)*(exp(99*x) - 1)/9. (End)

Extensions

More terms from Stefan Steinerberger, Apr 29 2006