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.

A198691 10*7^n-1.

Original entry on oeis.org

9, 69, 489, 3429, 24009, 168069, 1176489, 8235429, 57648009, 403536069, 2824752489, 19773267429, 138412872009, 968890104069, 6782230728489, 47475615099429, 332329305696009, 2326305139872069, 16284135979104489, 113988951853731429
Offset: 0

Views

Author

Vincenzo Librandi, Oct 29 2011

Keywords

Crossrefs

Programs

  • Magma
    [10*7^n-1: n in [0..30]]
  • Mathematica
    10*7^Range[0,20]-1 (* or *) LinearRecurrence[{8,-7},{9,69},20] (* Harvey P. Dale, Mar 30 2016 *)

Formula

a(n) = 7*a(n-1)+6. a(n) = 8*a(n-1)-7*a(n-2), n>1.
G.f. ( 9-3*x ) / ( (7*x-1)*(x-1) ). - R. J. Mathar, Oct 30 2011