login
A390151
Decimal expansion of the absolute value of the sum of gamma function for all negative half integers.
0
1, 9, 0, 7, 4, 4, 2, 1, 8, 8, 2, 4, 1, 7, 5, 5, 2, 3, 2, 2, 5, 3, 8, 2, 0, 9, 3, 0, 5, 4, 8, 0, 3, 8, 6, 7, 8, 0, 5, 1, 8, 5, 7, 7, 6, 7, 5, 0, 7, 1, 1, 6, 3, 5, 5, 2, 1, 3, 1, 5, 7, 1, 3, 7, 9, 5, 2, 7, 4, 7, 1, 6, 4, 0, 1, 7, 6, 4, 7, 8, 2, 4, 4, 2, 5, 7, 1
OFFSET
1,2
FORMULA
Equals -Sum_{n>=0} Gamma(-n-1/2).
Equals (Pi/e)*erfi(1).
EXAMPLE
1.907442188241755232...
MATHEMATICA
RealDigits[Pi*Erfi[1]/E, 10, 120][[1]]
PROG
(PARI) Pi * exp(-1) * imag(1 - erfc(I)) \\ Amiram Eldar, Nov 24 2025
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jwalin Bhatt, Nov 24 2025
STATUS
approved