login
A338168
Decimal expansion of Sum_{n>=1} 1/(2n-1)^(2n).
2
1, 0, 1, 2, 4, 0, 9, 8, 5, 2, 7, 6, 5, 9, 8, 7, 3, 2, 0, 4, 6, 8, 1, 8, 5, 7, 2, 7, 0, 1, 9, 3, 5, 4, 8, 7, 7, 0, 7, 1, 7, 2, 6, 4, 3, 0, 7, 0, 7, 0, 7, 8, 9, 1, 7, 3, 0, 0, 9, 1, 0, 5, 6, 0, 5, 0, 0, 2, 2, 6, 6, 7, 8, 8, 0, 2, 3, 0, 6, 6, 7, 1, 2, 1, 2, 1, 9, 1
OFFSET
1,4
COMMENTS
This is the sum of the inverse of odd numbers raised to the even numbers.
FORMULA
Equals Sum_{n>=1} 1/A222621(n).
EXAMPLE
1.0124098527659873204681857270193548770717264307070789173009...
PROG
(PARI) suminf(n=1, (2*n-1)^(-2*n))
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Mario Cortés, Oct 14 2020
STATUS
approved