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.

This page as a plain text file.
%I A157194 #14 Jan 03 2024 23:47:19
%S A157194 41,43,84,127,211,338,549,887,1436,2323,3759,6082,9841,15923,25764,
%T A157194 41687,67451,109138,176589,285727,462316,748043,1210359,1958402,
%U A157194 3168761,5127163,8295924,13423087,21719011,35142098,56861109,92003207,148864316
%N A157194 Fibonacci sequence beginning 41, 43.
%F A157194 a(n) = a(n-1) + a(n-2), a(0)=41, a(1)=43.
%K A157194 nonn,easy
%O A157194 0,1
%A A157194 _Kyle D. Balliet_, Feb 24 2009