A368497 Decimal expansion of the fixed point c = S(c) of S(x) = Sum_{k>=1} (prime(k) - x) / Product_{i=1..k-1} prime(i).
1, 7, 0, 9, 7, 5, 5, 1, 2, 4, 4, 7, 5, 9, 3, 1, 3, 0, 1, 2, 6, 8, 2, 5, 9, 0, 7, 0, 0, 9, 0, 8, 0, 9, 4, 2, 1, 8, 2, 5, 9, 9, 9, 6, 8, 9, 0, 7, 7, 1, 5, 5, 8, 2, 7, 6, 5, 7, 3, 2, 5, 1, 1, 2, 8, 6, 3, 2, 1, 3, 6, 4, 9, 5, 6, 4, 4, 3, 3, 6, 7, 9, 1, 3, 2, 2, 7, 4, 6, 6, 2, 7, 5, 2, 4, 5, 6, 4, 0, 7, 9
Offset: 1
Examples
1.709755124475931301268259070090809...
Programs
-
PARI
solve(x=1,2,suminf(k=1,(prime(k)-x)/prod(i=1,k-1,prime(i)))-x) \\ Michal Paulovic, Dec 28 2023
Comments