login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A307991 Fibonacci numbers of the form k^2 - k - 1 with integer k. 0
1, 5, 55, 89 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The corresponding values of k are 2, 3, 8, 10.
Intersection of A000045 and A028387.
Also Fibonacci numbers whose reciprocals equal to Sum_{i>=1} F(i)/k^(i+1), where F(i) is the i-th Fibonacci number.
de Weger proved that there are no other terms.
REFERENCES
Fenton Stancliff, A curious property of a_11, Scripta Math., Vol. 19 (1953), p. 126.
LINKS
B. M. M. de Weger, A Curious Property of the Eleventh Fibonacci Number, The Rocky Mountain Journal of Mathematics, Vol. 25, No. 3 (1995), pp. 977-994.
EXAMPLE
89 is in the sequence since 89 = 10^2 - 10 - 1 or equivalently 1/89 = 1/10^2 + 1/10^3 + 2/10^4 + 3/10^5 + 5/10^6 + ... This is why the first digits of the decimal expansion of 1/89 = 0.011235... are the first terms of the Fibonacci sequence.
MATHEMATICA
Select[Fibonacci[Range[2, 20]], IntegerQ[Sqrt[4# + 5]] &]
CROSSREFS
Sequence in context: A284066 A244439 A216446 * A015221 A035305 A292455
KEYWORD
nonn,bref,fini,full
AUTHOR
Amiram Eldar, May 09 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 26 01:13 EDT 2024. Contains 375454 sequences. (Running on oeis4.)