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”).

A145428
Decimal expansion of Sum_{n>=1} 3^n*(n!)^2/(2n)!.
0
1, 0, 2, 5, 5, 1, 9, 7, 4, 5, 6, 9, 3, 6, 8, 7, 1, 4, 0, 2, 3, 7, 6, 3, 1, 3, 0, 3, 0, 5, 6, 8, 6, 2, 2, 9, 2, 9, 1, 3, 6, 2, 6, 4, 9, 9, 2, 3, 7, 0, 9, 6, 2, 3, 0, 2, 2, 7, 9, 5, 3, 9, 7, 4, 1, 5, 5, 2, 4, 9, 2, 7, 2, 4, 5, 0, 5, 4, 1, 5, 5, 3, 4, 7, 3, 6, 4, 9, 9, 9, 5, 2, 8
OFFSET
2,3
REFERENCES
Alexander Apelblat, Tables of Integrals and Series, Harri Deutsch, 1996, 4.1.34.
FORMULA
Equals 3 + 10 * A019694 * A020760.
EXAMPLE
10.255197456936871...
MAPLE
evalf(4*Pi/3^(1/2) + 3, 100);
MATHEMATICA
RealDigits[4*Pi/Sqrt[3] + 3, 10, 120][[1]] (* Amiram Eldar, Aug 23 2024 *)
CROSSREFS
Sequence in context: A160177 A320428 A340422 * A086283 A153759 A269992
KEYWORD
cons,easy,nonn
AUTHOR
R. J. Mathar, Feb 08 2009
STATUS
approved