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.

A022379 Fibonacci sequence beginning 3, 9.

Original entry on oeis.org

3, 9, 12, 21, 33, 54, 87, 141, 228, 369, 597, 966, 1563, 2529, 4092, 6621, 10713, 17334, 28047, 45381, 73428, 118809, 192237, 311046, 503283, 814329, 1317612, 2131941, 3449553, 5581494, 9031047, 14612541, 23643588, 38256129, 61899717, 100155846, 162055563, 262211409
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. similar sequences listed in A258160.

Programs

Formula

G.f.: (3 + 6*x)/(1 - x - x^2). - Philippe Deléham, Nov 19 2008
a(n+2) = 3*L(n+3) = L(n) + 4*L(n+1) + 2*L(n+2), where L=A000032. - J. M. Bergot, Oct 21 2012
a(n) = Fibonacci(n+4) - Fibonacci(n-4), where n>0 and Fibonacci(-3..-1) = 2,-1,1. - Bruno Berselli, May 22 2015
a(n) = L(n+4) + L(n-4) - 4*L(n) for n>0. - Bruno Berselli, Dec 29 2016

Extensions

More terms from Bruno Berselli, May 22 2015