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.

A175603 a(n) = 8*(10^n-5).

Original entry on oeis.org

40, 760, 7960, 79960, 799960, 7999960, 79999960, 799999960, 7999999960, 79999999960, 799999999960, 7999999999960, 79999999999960, 799999999999960, 7999999999999960, 79999999999999960, 799999999999999960
Offset: 1

Views

Author

Vincenzo Librandi Nov 15 2010

Keywords

Crossrefs

Equals 40 * A067272.

Programs

  • Magma
    [8*(10^n-5): n in [1..30]]; // Vincenzo Librandi, Oct 05 2014
  • Mathematica
    CoefficientList[Series[40 (1 + 8 x)/((10 x - 1) (x - 1)), {x, 0, 30}], x] (* Vincenzo Librandi, Oct 05 2014 *)
    LinearRecurrence[{11,-10},{40,760},20] (* Harvey P. Dale, May 12 2022 *)

Formula

G.f.: 40*x*(1+8*x) / ( (10*x-1)*(x-1) ). - R. J. Mathar, Aug 24 2011