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!)
A110958 Floor(e^(n+1)-e(n))-Fibonacci(n). 0

%I #3 Oct 01 2013 17:58:19

%S 3,11,32,90,250,685,1871,5101,13889,37792,102791,279514,759957,

%T 2066036,5616483,15267855,41503419,112819747,306678713,833643774,

%U 2266086165,6159872889,16744290026

%N Floor(e^(n+1)-e(n))-Fibonacci(n).

%C The limit of the sums of the reciprocals = 0.472907750614494204850..

%o (PARI) e(n) = { sr=0; for(x=1,n, y=floor(exp(x+1)-exp(x))-fibonacci(x); print1(y","); sr+=1./y); print(); print(sr) }

%K easy,nonn

%O 1,1

%A _Cino Hilliard_, Sep 26 2005

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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)