A051392 First differences of A052006.
13, 13, 10, 13, 13, 10, 13, 13, 10, 13, 13, 10, 13, 13, 13, 10, 13, 13, 10, 13, 13, 10, 13, 13, 13, 10, 13, 13, 10, 13, 13, 10, 13, 13, 13, 10, 13, 13, 10, 13, 13, 10, 13, 13, 10, 13, 13, 13, 10, 13, 13, 10
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1650
Programs
-
Mathematica
With[{F = Fibonacci}, Reap[For[n = 0, n < 1000, n++, If[F[n - 1] < 2^Floor[Log[2, F[n]]] && F[n + 1] >= 2^(Floor[Log[2, F[n]]] + 1) && F[n + 2] >= 2^(Floor[Log[2, F[n]]] + 2), Sow[n]]]][[2, 1]]] // Differences (* Jean-François Alcover, Feb 27 2016 *)
Comments