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!)
A085570 If n mod 2 = 0 then 2*Sum(floor(C(n,w)/(2*w+1)),w=0..n/2-1)+floor(C(n,n/2)/(n+1)) otherwise 2*Sum(floor(C(n,w)/(2*w+1)),w=0..(n-1)/2). 0
1, 2, 2, 4, 5, 8, 14, 24, 39, 74, 128, 232, 423, 776, 1426, 2660, 4931, 9268, 17346, 32840, 61903, 117832, 223410, 427156, 813812, 1561830, 2987535, 5751742, 11039759, 21312036, 41025866, 79386066, 153208323, 297072312, 574604611, 1116186954, 2163216427 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
b := binomial; f2 := n->if n mod 2 = 0 then 2*add(floor(b(n, w)/(2*w+1)), w=0..n/2-1)+floor(b(n, n/2)/(n+1)); else 2*add(floor(b(n, w)/(2*w+1)), w=0..(n-1)/2); fi;
CROSSREFS
Sequence in context: A329692 A216198 A369708 * A059850 A308906 A337823
KEYWORD
nonn
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 March 28 14:38 EDT 2024. Contains 371254 sequences. (Running on oeis4.)