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
1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 5, 12, 27, 56, 110, 212, 397, 734, 1339, 2414, 4316, 7659, 13507, 23691, 41362, 71920, 124603, 215188, 370565, 636491, 1090709, 1865121, 3183224, 5423255, 9224601, 15666968, 26571801, 45009002, 76148146, 128687426 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,12
LINKS
FORMULA
A005181(n+1) - A000045(n).
MAPLE
with (combinat): seq(round(ceil(exp((n/2)-1)))-fibonacci(n), n=0..50); # Vladimir Pletser Sep 15 2013
MATHEMATICA
Table[ Ceiling[E^(n/2 - 1)] - Fibonacci[n], {n, 0, 41}]
CROSSREFS
Sequence in context: A128812 A241692 A078410 * A362193 A288811 A288897
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jul 08 2004
STATUS
approved

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 March 29 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)