login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096766 Difference between ceiling(e^(n/2 - 1)) (A005181) and the n-th Fibonacci number (A000045). 1

%I #8 Sep 18 2013 04:26:31

%S 1,0,0,0,0,0,0,0,0,0,0,2,5,12,27,56,110,212,397,734,1339,2414,4316,

%T 7659,13507,23691,41362,71920,124603,215188,370565,636491,1090709,

%U 1865121,3183224,5423255,9224601,15666968,26571801,45009002,76148146,128687426

%N Difference between ceiling(e^(n/2 - 1)) (A005181) and the n-th Fibonacci number (A000045).

%H Vladimir Pletser, <a href="/A096766/b096766.txt">Table of n, a(n) for n = 0..1000</a>

%F A005181(n+1) - A000045(n).

%p with (combinat): seq(round(ceil(exp((n/2)-1)))-fibonacci(n), n=0..50); # _Vladimir Pletser_ Sep 15 2013

%t Table[ Ceiling[E^(n/2 - 1)] - Fibonacci[n], {n, 0, 41}]

%Y Cf. A000045, A005181.

%K nonn

%O 0,12

%A _Robert G. Wilson v_, Jul 08 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 29 05:57 EDT 2024. Contains 372097 sequences. (Running on oeis4.)