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.

A198689 8*7^n-1.

Original entry on oeis.org

7, 55, 391, 2743, 19207, 134455, 941191, 6588343, 46118407, 322828855, 2259801991, 15818613943, 110730297607, 775112083255, 5425784582791, 37980492079543, 265863444556807, 1861044111897655, 13027308783283591, 91191161482985143
Offset: 0

Views

Author

Vincenzo Librandi, Oct 29 2011

Keywords

Crossrefs

Programs

  • Magma
    [8*7^n-1: n in [0..30]]

Formula

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