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.

A198767 8*5^n-1.

Original entry on oeis.org

7, 39, 199, 999, 4999, 24999, 124999, 624999, 3124999, 15624999, 78124999, 390624999, 1953124999, 9765624999, 48828124999, 244140624999, 1220703124999, 6103515624999, 30517578124999, 152587890624999, 762939453124999
Offset: 0

Views

Author

Vincenzo Librandi, Oct 30 2011

Keywords

Crossrefs

Programs

  • Magma
    [8*5^n-1: n in [0..30]];
  • Mathematica
    CoefficientList[Series[(7 - 3*x)/(1 - 6*x + 5*x^2), {x, 0, 30}], x] (* Vincenzo Librandi, Jan 04 2013 *)

Formula

a(n) = 5*a(n-1)+4.
a(n) = 6*a(n-1)-5*a(n-2), n>1.
G.f.: (7 - 3*x)/(1 - 6*x + 5*x^2). - Vincenzo Librandi, Jan 04 2013