A fast recurrence for Fibonacci and Lucas numbers

12/16/2021
by   Jeroen van de Graaf, et al.
0

We derive the double recurrence e_n = 1/2(a_n-1+5b_n-1); f_n = 1/2(a_n-1+b_n-1) with e_0=2;f_0=0 for the Fibonacci numbers, leading to an extremely simple and fast implementation. Though the recurrence is probably not new, we have not been able to find a reference for it.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
10/31/2010

Golden and Alternating, fast simple O(lg n) algorithms for Fibonacci

Two very fast and simple O(lg n) algorithms for individual Fibonacci num...
research
07/08/2019

A fast simple algorithm for computing the potential of charges on a line

We present a fast method for evaluating expressions of the form u_j = ∑...
research
03/14/2020

Image-to-image Neural Network for Addition and Subtraction of a Pair of Not Very Large Numbers

Looking back at the history of calculators, one can see that they become...
research
02/10/2020

Millions of Perrin pseudoprimes including a few giants

The calculation of many and large Perrin pseudoprimes is a challenge. Th...
research
03/31/2020

Fusible numbers and Peano Arithmetic

Inspired by a mathematical riddle involving fuses, we define the "fusibl...
research
11/18/2021

Number of New Top 2

In this paper we compare the numbers of new top 2 USA annually since 198...
research
08/30/2020

An algorithm for dividing quaternions

In this work, a rationalized algorithm for calculating the quotient of t...

Please sign up or login with your details

Forgot password? Click here to reset