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.

A199214 a(n) = 3*5^n+1.

Original entry on oeis.org

4, 16, 76, 376, 1876, 9376, 46876, 234376, 1171876, 5859376, 29296876, 146484376, 732421876, 3662109376, 18310546876, 91552734376, 457763671876, 2288818359376, 11444091796876, 57220458984376, 286102294921876, 1430511474609376
Offset: 0

Views

Author

Vincenzo Librandi, Nov 04 2011

Keywords

Crossrefs

Cf. A083065.

Programs

  • Magma
    [3*5^n+1: n in [0..30]];
  • Mathematica
    LinearRecurrence[{6,-5},{4,16},30] (* Harvey P. Dale, Jul 08 2013 *)

Formula

a(n) = 4*A083065(n).
a(n) = 5*a(n-1)-4.
a(n) = 6*a(n-1)-5*a(n-2).
G.f.: 4*(1-2*x)/((1-x)*(1-5*x)). - Bruno Berselli, Nov 04 2011