login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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
KEYWORD
nonn,cons,changed
AUTHOR
Amiram Eldar, Sep 10 2022
STATUS
approved