I would like to implement the square root of 2 power series:
√2=1−∑∞n=1(−1)n(2n−3)!!2n×n!
(which I obtained from the Maclaurin series of √1+x with x=1) in SageMath but I cannot seem to find the double factorial function in the SageMath docs. Is there one? I suppose if a double factorial function is not available I could use this method of finding the double factorial that I found on Wolfram Mathworld:
Γ(n+12)=(2n−1)!!2n√π