The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A357054 Decimal expansion of Sum_{k>=1} (-1)^(k+1)*k/Fibonacci(2*k). 1
5, 8, 0, 0, 0, 4, 7, 3, 9, 5, 0, 7, 7, 7, 0, 6, 8, 0, 0, 6, 7, 4, 7, 0, 9, 8, 1, 8, 9, 5, 5, 2, 2, 8, 0, 2, 6, 9, 8, 5, 0, 1, 2, 6, 0, 9, 6, 4, 6, 1, 6, 3, 9, 0, 1, 5, 7, 7, 5, 6, 1, 0, 0, 1, 7, 7, 6, 7, 3, 7, 5, 7, 5, 2, 1, 9, 9, 7, 8, 4, 8, 9, 4, 9, 2, 1, 0, 4, 4, 7, 8, 6, 6, 9, 4, 0, 2, 2, 3, 7, 1, 4, 1, 1, 5 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Daniel Duverney and Iekata Shiokawa, On series involving Fibonacci and Lucas numbers I, AIP Conference Proceedings, Vol. 976, No. 1. American Institute of Physics, 2008, pp. 62-76.
Derek Jennings, On reciprocals of Fibonacci and Lucas numbers, Fibonacci Quarterly, Vol. 32, No. 1 (1994), pp. 18-21.
FORMULA
Equals Sum_{k>=1} (-1)^(k+1)*k/A001906(k).
Equals (1/sqrt(5)) * Sum_{k>=1} 1/Fibonacci(2*k-1)^2 (Jennings, 1994).
EXAMPLE
0.58000473950777068006747098189552280269850126096461...
MATHEMATICA
RealDigits[Sum[(-1)^(k+1)*k/Fibonacci[2*k], {k, 1, 300}], 10, 100][[1]]
PROG
(PARI) sumalt(k=1, (-1)^(k+1)*k/fibonacci(2*k)) \\ Michel Marcus, Sep 10 2022
CROSSREFS
Sequence in context: A257774 A281386 A090817 * A198875 A249403 A201756
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, Sep 10 2022
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 June 5 10:35 EDT 2024. Contains 373105 sequences. (Running on oeis4.)