login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A371946
Decimal expansion of Sum_{k>=0} (-1)^k * (k+1)! / (2k+1)!.
1
7, 1, 2, 2, 1, 8, 1, 9, 1, 7, 5, 1, 0, 1, 1, 1, 4, 7, 9, 6, 7, 0, 2, 1, 1, 7, 6, 2, 4, 4, 8, 3, 4, 7, 8, 5, 5, 4, 8, 2, 1, 4, 7, 3, 8, 6, 7, 9, 8, 4, 6, 0, 1, 9, 0, 7, 5, 6, 6, 9, 8, 4, 8, 3, 1, 6, 6, 2, 2, 5, 7, 7, 3, 7, 9, 7, 9, 5, 9, 7, 3, 8, 0, 8, 3, 8
OFFSET
0,1
FORMULA
Equals (2*e^(1/4) + sqrt(Pi)*erfi(1/2))/(4*e^(1/4)).
Equals 1F1(2;3/2;-1/4) . - R. J. Mathar, Aug 02 2024
EXAMPLE
0.712218191751011147967021176244834785548214...
MATHEMATICA
s = Sum[(-1)^k (k + 1)!/(2 k+1)!, {k, 0, Infinity}]
d = N[s, 100]
First[RealDigits[d]]
CROSSREFS
Cf. A371941.
Sequence in context: A030172 A040052 A134898 * A176440 A216983 A021588
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Apr 28 2024
STATUS
approved