Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A214657

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Floor of the moduli of the zeros of the complex Fibonacci function.
(history; published version)
#20 by OEIS Server at Sat Mar 09 08:15:15 EST 2024
LINKS

G. C. Greubel, <a href="/A214657/b214657_1.txt">Table of n, a(n) for n = 0..10000</a>

#19 by Michael De Vlieger at Sat Mar 09 08:15:15 EST 2024
STATUS

reviewed

approved

Discussion
Sat Mar 09
08:15
OEIS Server: Installed first b-file as b214657.txt.
#18 by Stefano Spezia at Sat Mar 09 06:47:55 EST 2024
STATUS

proposed

reviewed

#17 by G. C. Greubel at Sat Mar 09 02:57:40 EST 2024
STATUS

editing

proposed

#16 by G. C. Greubel at Sat Mar 09 02:57:37 EST 2024
REFERENCES

Thomas Koshy, "Fibonacci and Lucas Numbers with Applications", John Wiley and Sons, 2001.

STATUS

proposed

editing

#15 by G. C. Greubel at Sat Mar 09 01:56:33 EST 2024
STATUS

editing

proposed

#14 by G. C. Greubel at Sat Mar 09 01:56:26 EST 2024
COMMENTS

F: C -> C, z -> F(z) with F(z) := (exp(log(phi)*z) - exp(i*Pi*z)*exp(-log(phi)*z))/(2*phi-1), with phi := (1+sqrt(5))/2 and the imaginary unit i.

The zeros in the complex plane lie on a straight line with angle Phi = -arctan(2*log(phi)/Pi). They are equally spaced with distance tau defined below. Phi is approximately -0.2972713044, corresponding to about -17.03 degrees. The moduli are |z_0(k)| = tau*k, with tau: = 2*Pi/sqrt(Pi^2 + (2*log(phi))^2), which is approximately 1.912278633.

a(n) = floor(tau*n) is a Beatty sequence with the complementary sequence b(n) := floor(sigma*n), with sigma:= tau/(tau-1), approximately 2.096156332.

LINKS

G. C. Greubel, <a href="/A214657/b214657_1.txt">Table of n, a(n) for n = 0..10000</a>

FORMULA

a(n) = floor(n*tau*n), n>=0, with tau = |z_0(1)| given in the comment section= 2*Pi/sqrt(Pi^2 + (2*log(phi))^2).

MATHEMATICA

Table[Floor[2*n*Pi/Sqrt[Pi^2 + (2*Log[GoldenRatio])^2]], {n, 0, 100}] (* G. C. Greubel, Mar 09 2024 *)

PROG

(Magma) R:= RealField(100); [Floor(2*n*Pi(R)/Sqrt(Pi(R)^2 + (2*Log((1+Sqrt(5))/2))^2)) : n in [0..100]]; // G. C. Greubel, Mar 09 2024

(SageMath) [floor(2*n*pi/sqrt(pi^2 +4*(log(golden_ratio))^2)) for n in range(101)] # G. C. Greubel, Mar 09 2024

STATUS

approved

editing

#13 by Giovanni Resta at Thu Jan 23 03:26:00 EST 2020
STATUS

reviewed

approved

#12 by Michel Marcus at Thu Jan 23 02:27:35 EST 2020
STATUS

proposed

reviewed

#11 by Jon E. Schoenfield at Wed Jan 22 23:51:29 EST 2020
STATUS

editing

proposed