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!)
A248181 Decimal expansion of Sum_{h >= 0} 1/binomial(h, floor(h/2)). 3
3, 2, 0, 9, 1, 9, 9, 5, 7, 6, 1, 5, 6, 1, 4, 5, 2, 3, 3, 7, 2, 9, 3, 8, 5, 5, 0, 5, 0, 9, 4, 7, 7, 0, 4, 8, 8, 1, 8, 9, 3, 7, 7, 4, 9, 8, 7, 2, 8, 4, 9, 3, 7, 1, 7, 0, 4, 6, 5, 8, 9, 9, 5, 6, 9, 2, 5, 4, 1, 5, 4, 5, 4, 0, 8, 4, 2, 3, 5, 9, 2, 2, 4, 5, 6, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Is this 2 + A248897? [Bruno Berselli, Mar 06 2015]
LINKS
EXAMPLE
3.20919957615614523372938550509477048818...
Equals 1 + 1 + 1/2 + 1/3 + 1/6 + 1/10 + 1/20 + 1/35 + 1/70 + 1/126 + ...
MATHEMATICA
r = N[Sum[1/Binomial[h, Floor[h/2]], {h, 0, 2000}], 200];
u = RealDigits[N[r, 200]][[1]]
CROSSREFS
Cf. A248182.
Sequence in context: A048199 A335998 A152441 * A229728 A077907 A355360
KEYWORD
nonn,easy,cons
AUTHOR
Clark Kimberling, Oct 04 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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)