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.

A099012 a(n) = 3^(n-1)*Fibonacci(n).

Original entry on oeis.org

0, 1, 3, 18, 81, 405, 1944, 9477, 45927, 223074, 1082565, 5255361, 25509168, 123825753, 601059771, 2917611090, 14162371209, 68745613437, 333698181192, 1619805064509, 7862698824255, 38166342053346, 185263315578333
Offset: 0

Views

Author

Paul Barry, Sep 22 2004

Keywords

Comments

Binomial transform is A057088 (with leading 0). Partial sums are A099013. Binomial transform of A015447 (with leading 0).
The ratio a(n+1)/a(n) converges to 3 times the golden ratio (of A000045) as n approaches infinity. - Felix P. Muga II, Mar 10 2014

Crossrefs

Programs

Formula

G.f.: x/(1 - 3*x - 9*x^2).
a(n) = 3*a(n-1) + 9*a(n-2).
a(n) = sqrt(5)(3/2 + 3*sqrt(5)/2)^n/15 - sqrt(5)*(3/2 - 3*sqrt(5)/2)^n/15.