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.

A157728 a(n) = Fibonacci(n) - 4.

Original entry on oeis.org

1, 4, 9, 17, 30, 51, 85, 140, 229, 373, 606, 983, 1593, 2580, 4177, 6761, 10942, 17707, 28653, 46364, 75021, 121389, 196414, 317807, 514225, 832036, 1346265, 2178305, 3524574, 5702883, 9227461, 14930348, 24157813, 39088165, 63245982, 102334151
Offset: 5

Views

Author

N. J. A. Sloane, Jun 26 2010

Keywords

Comments

Partial sums of A071679. - R. J. Mathar, Oct 12 2010

Crossrefs

Programs

Formula

From R. J. Mathar, Oct 12 2010: (Start)
a(n) = 2*a(n-1) - a(n-3).
G.f.: x^5*(1+x)^2/((x-1)*(x^2+x-1)). (End)