login
A392411
Decimal expansion of Sum_{p prime} gamma^p, where gamma is the Euler-Mascheroni constant.
0
6, 1, 4, 1, 9, 6, 8, 7, 0, 3, 7, 1, 0, 1, 9, 5, 8, 2, 5, 8, 4, 7, 0, 0, 7, 3, 3, 4, 5, 3, 5, 1, 5, 8, 5, 9, 7, 6, 6, 5, 9, 9, 0, 2, 0, 8, 6, 1, 4, 3, 4, 7, 5, 4, 4, 8, 0, 2, 6, 2, 7, 7, 1, 5, 2, 2, 7, 4, 5, 2, 0, 9, 3, 0, 4, 0, 6, 9, 9, 2, 6, 6, 0, 7, 3, 4, 6, 3, 3, 1, 3, 2, 3, 5, 7, 7, 5, 0, 5, 6
OFFSET
0,1
COMMENTS
This can be seen as the evaluation of the prime generating function P(x) = Sum x^p at x = gamma.
Compare with the geometric series Sum_{n>=1} gamma^n = gamma/(1-gamma) = A346525.
EXAMPLE
0.61419687...
PROG
(PARI) suminf(k=1, Euler^prime(k)) \\ Michel Marcus, Jan 17 2026
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Thaddanai Ratudom, Jan 10 2026
STATUS
approved