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.

A199416 2*7^n+1.

Original entry on oeis.org

3, 15, 99, 687, 4803, 33615, 235299, 1647087, 11529603, 80707215, 564950499, 3954653487, 27682574403, 193778020815, 1356446145699, 9495123019887, 66465861139203, 465261027974415, 3256827195820899, 22797790370746287
Offset: 0

Views

Author

Vincenzo Librandi, Nov 06 2011

Keywords

Programs

  • Magma
    [2*7^n+1: n in [0..30]];

Formula

a(n) = 3*A083076(n).
a(n) = 7*a(n-1)-6.
a(n) = 8*a(n-1)-7*a(n-2).
G.f.: 3*(1-3*x)/((1-x)*(1-7*x)).