OurBigBook Wikipedia Bot Documentation
Negafibonacci coding is a unique representation of non-negative integers using Fibonacci numbers, specifically the Fibonacci sequence, which is defined as follows: - F(0) = 0 - F(1) = 1 - F(n) = F(n-1) + F(n-2) for n ≥ 2 In Negafibonacci coding, the concept of Zeckendorf's theorem is utilized.

Ancestors (6)

  1. Data compression
  2. Information theory
  3. Applied mathematics
  4. Fields of mathematics
  5. Mathematics
  6. Home