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.
%I A096766 #8 Sep 18 2013 04:26:31 %S A096766 1,0,0,0,0,0,0,0,0,0,0,2,5,12,27,56,110,212,397,734,1339,2414,4316, %T A096766 7659,13507,23691,41362,71920,124603,215188,370565,636491,1090709, %U A096766 1865121,3183224,5423255,9224601,15666968,26571801,45009002,76148146,128687426 %N A096766 Difference between ceiling(e^(n/2 - 1)) (A005181) and the n-th Fibonacci number (A000045). %H A096766 Vladimir Pletser, <a href="/A096766/b096766.txt">Table of n, a(n) for n = 0..1000</a> %F A096766 A005181(n+1) - A000045(n). %p A096766 with (combinat): seq(round(ceil(exp((n/2)-1)))-fibonacci(n), n=0..50); # _Vladimir Pletser_ Sep 15 2013 %t A096766 Table[ Ceiling[E^(n/2 - 1)] - Fibonacci[n], {n, 0, 41}] %Y A096766 Cf. A000045, A005181. %K A096766 nonn %O A096766 0,12 %A A096766 _Robert G. Wilson v_, Jul 08 2004