login
A396933
Decimal expansion of the sum of the reciprocals of A202689.
6
2, 1, 1, 4, 8, 6, 8, 1, 1, 8, 4, 9, 5, 3, 6, 3, 2, 1, 7, 9, 8, 4, 9, 0, 8, 7, 1, 5, 3, 9, 0, 5, 3, 7, 6, 7, 7, 4, 9, 5, 4, 9, 2, 7, 3, 1, 5, 1, 7, 3, 0, 4, 7, 9, 9, 9, 7, 0, 5, 9, 1, 1, 2, 7, 8, 2, 5, 3, 8, 4, 6, 5, 8, 0, 3, 4, 4, 5, 6, 1, 9, 6, 7, 1, 9, 7, 9, 1, 4, 6, 3, 7, 4, 6, 2, 8, 3, 2, 3, 6, 0, 9, 3, 6, 6, 2, 2, 4, 0, 2, 1
OFFSET
1,1
LINKS
FORMULA
Equals hypergeom([], [1/2, 2], 1).
EXAMPLE
2.11486811849536...
MATHEMATICA
RealDigits[HypergeometricPFQ[{}, {1/2, 2}, 1], 10, 120][[1]]
PROG
(PARI) hypergeom([], [1/2, 2], 1)
(PARI) suminf(n=0, 1/((2*n)! * (n+1)! / 2^(2*n)))
KEYWORD
nonn,cons
AUTHOR
Kelvin Voskuijl, Jun 17 2026
STATUS
approved