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.

A180053 a(1)=1, a(2)=101, a(n) = 1001*a(n-1) for n > 2.

Original entry on oeis.org

1, 101, 101101, 101202101, 101303303101, 101404606404101, 101506011010505101, 101607517021515606101, 101709124538537121707101, 101810833663075658828808101, 101912644496738734487636909101, 102014557141235473222124546010101
Offset: 1

Views

Author

Mark Dols, Aug 08 2010

Keywords

Examples

			In a column:
                1
              101
           101101
        101202101
     101303303101
  101404606404101
		

Crossrefs

Cf. A093645.

Programs

Formula

G.f.: x(1-900*x)/(1-1001*x). - Philippe Deléham, Oct 08 2011