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.

A157194 Fibonacci sequence beginning 41, 43.

Original entry on oeis.org

41, 43, 84, 127, 211, 338, 549, 887, 1436, 2323, 3759, 6082, 9841, 15923, 25764, 41687, 67451, 109138, 176589, 285727, 462316, 748043, 1210359, 1958402, 3168761, 5127163, 8295924, 13423087, 21719011, 35142098, 56861109, 92003207, 148864316
Offset: 0

Views

Author

Kyle D. Balliet, Feb 24 2009

Keywords

Formula

a(n) = a(n-1) + a(n-2), a(0)=41, a(1)=43.