login
A391706
Decimal expansion of the sum of the reciprocals of the positive even-indexed Pell numbers.
5
6, 0, 0, 5, 7, 7, 6, 4, 2, 2, 9, 9, 1, 4, 4, 2, 2, 3, 8, 3, 5, 8, 6, 2, 1, 1, 4, 9, 3, 8, 8, 8, 6, 9, 5, 1, 1, 3, 7, 6, 1, 1, 6, 6, 2, 3, 3, 0, 1, 3, 8, 6, 7, 8, 8, 9, 9, 9, 9, 8, 6, 9, 4, 0, 9, 5, 3, 7, 7, 9, 1, 0, 2, 4, 2, 8, 7, 0, 7, 0, 6, 3, 4, 8, 4, 8, 5, 8, 9, 2, 5, 2, 7, 5, 7, 3, 7, 1, 4, 3, 8, 4, 8, 7, 5
OFFSET
0,1
REFERENCES
Jonathan M. Borwein and Peter B. Borwein, Pi and the AGM, Wiley, 1987, section 3.7, pp. 91-101.
LINKS
A. F. Horadam, Elliptic Functions and Lambert Series in the Summation of Reciprocals in Certain Recurrence-Generated Sequences, The Fibonacci Quarterly, Vol. 26, No. 2 (1988), pp. 98-114.
R. S. Melham, Lambert Series and Elliptic Functions and Certain Reciprocal Sums, The Fibonacci Quarterly, Vol. 37, No. 3 (1999), pp. 208-212.
TuAnh Gia Nguyen, Fibonacci and Lucas series with elliptic functions, Master Thesis, San Jose State University, 2005, p. 96, eq. (3.41).
FORMULA
Equals Sum_{k>=1} 1/A000129(2*k) = Sum_{k>=1} 1/A001542(k).
Equals 2*sqrt(2) * (L(3-2*sqrt(2)) - L(17-12*sqrt(2))), where L(q) = Sum_{k>=1} q^k/(1-q^k) = (log(1-q) + psi_q(1))/log(q), and psi_q(z) is the q-digamma function.
EXAMPLE
0.60057764229914422383586211493888695113761166233013...
MATHEMATICA
L[q_] := (Log[1 - q] + QPolyGamma[1, q])/Log[q]; RealDigits[2*Sqrt[2] *(L[3 - 2*Sqrt[2]] - L[17 - 12*Sqrt[2]]), 10, 120][[1]]
PROG
(PARI) L(x) = suminf(k=1, x^k/(1-x^k));
2*sqrt(2) * (L(3-2*sqrt(2)) - L(17-12*sqrt(2)))
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, Dec 18 2025
STATUS
approved