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!)
A085569 Denominator of 2*Sum(C(n,w)/(2*w+1),w=0..n/2-1)+C(n,n/2)/(n+1) if n is even, or of 2*Sum(C(n,w)/(2*w+1),w=0..(n-1)/2) if n is odd. 1
1, 1, 3, 1, 15, 3, 7, 15, 45, 5, 231, 21, 455, 315, 45, 3, 1683, 3465, 7315, 5005, 3003, 143, 13455, 585, 6825, 13923, 3213, 6545, 515185, 17765, 110143, 31977, 2078505, 62985, 1789515, 51129, 210197, 426075, 246675, 6325, 1400355, 34155, 41612175, 84192075 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
1, 2, 8/3, 4, 88/15, 28/3, 104/7, 376/15, 1904/45, 372/5, 30152/231, ...
MAPLE
b := binomial; f1 := n->if n mod 2 = 0 then 2*add(b(n, w)/(2*w+1), w=0..n/2-1)+b(n, n/2)/(n+1); else 2*add(b(n, w)/(2*w+1), w=0..(n-1)/2); fi;
CROSSREFS
Sequence in context: A163239 A134145 A134146 * A336454 A261671 A198148
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, Jul 07 2003
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)