A229198 Difference between integers nearest to (2^((n-3)/2) + 3^((n-3)/2)) (A229194) and Fibonacci numbers (A000045).
1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 8, 19, 42, 89, 183, 366, 718, 1385, 2636, 4961, 9249, 17105, 31416, 57356, 104170, 188331, 339119, 608464, 1088286, 1940994, 3453084, 6129207, 10857097, 19196490, 33884792, 59721438, 105113418, 184774518, 324436647, 569068543, 997205614, 1745923072, 3054338540, 5339361915, 9327547185, 16284517131, 28414038840, 49551994304, 86372825386, 150486363173
Offset: 0
Keywords
Links
- Vladimir Pletser, Table of n, a(n) for n = 0..1000
Programs
-
Maple
with (combinat): seq(round(2^((n-3)/2)+3^((n-3)/2))-fibonacci(n), n=0..50);
Comments