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.

A198480 a(n) = 2*7^n - 1.

Original entry on oeis.org

1, 13, 97, 685, 4801, 33613, 235297, 1647085, 11529601, 80707213, 564950497, 3954653485, 27682574401, 193778020813, 1356446145697, 9495123019885, 66465861139201, 465261027974413, 3256827195820897, 22797790370746285
Offset: 0

Views

Author

Vincenzo Librandi, Oct 27 2011

Keywords

Crossrefs

Programs

Formula

a(n) = 7*a(n-1)+6, n>0.
G.f.: (1+5*x)/((1-x)*(1-7*x)). - Vincenzo Librandi, Jul 06 2012
a(n) = 8*a(n-1) -7*a(n-2). - Vincenzo Librandi, Jul 06 2012