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.

A291092 1 followed by infinitely many 9's.

Original entry on oeis.org

1, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9
Offset: 1

Views

Author

N. J. A. Sloane, Aug 19 2017

Keywords

Comments

The digital root of 9^(n-1). - Cino Hilliard, Dec 31 2004
With interpolated zeros (1,0,9,0,9,0,9,0,...) this is the number of hours between times when the hands of a two-handed clock cross. - Halfdan Skjerning, Aug 18 2017

Crossrefs

Programs

  • Mathematica
    PadRight[{1},100,9] (* Paolo Xausa, Oct 16 2023 *)

Formula

G.f.: x*(1 + 8*x)/(1 - x). - Chai Wah Wu, Aug 19 2017
E.g.f.: 9*(exp(x) - 1) - 8*x. - Stefano Spezia, Oct 16 2023