login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A248760 Decimal expansion of sum_{n >= 1} (2n)!/(3n)!. 4
3, 6, 8, 7, 3, 7, 8, 2, 0, 2, 9, 4, 6, 4, 9, 9, 0, 4, 0, 8, 9, 7, 7, 7, 2, 9, 6, 1, 6, 5, 7, 4, 0, 3, 4, 2, 0, 9, 8, 3, 7, 1, 9, 7, 8, 8, 1, 4, 6, 9, 8, 4, 9, 1, 0, 6, 8, 7, 8, 2, 5, 7, 4, 5, 8, 9, 0, 5, 9, 0, 1, 7, 3, 5, 7, 9, 6, 1, 9, 0, 0, 6, 7, 1, 5, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
0.368737820294649904089777296165740342098371978814698491068782574589059...
MAPLE
evalf(sum((2n)!/(3n)!, n=1..infinity), 120); # Vaclav Kotesovec, Oct 19 2014
MATHEMATICA
u = N[Sum[(2 n)!/(3 n)!, {n, 1, 300}], 120]
RealDigits[u] (* A248760 *)
N[HypergeometricPFQ[{1, 3/2}, {4/3, 5/3}, 4/27]/3, 120] (* Vaclav Kotesovec, Nov 15 2020 *)
PROG
(PARI) suminf(n=1, (2*n)!/(3*n)!) \\ Michel Marcus, Oct 19 2014
CROSSREFS
Sequence in context: A181165 A181906 A181915 * A011261 A371749 A104541
KEYWORD
nonn,easy,cons
AUTHOR
Clark Kimberling, Oct 13 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)