login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A095718 Sum(floor(C(n,k)/(k+1)),k=0..n). 2
1, 2, 3, 6, 9, 18, 30, 56, 101, 186, 339, 630, 1167, 2182, 4092, 7710, 14561, 27594, 52425, 99862, 190647, 364722, 699045, 1342176, 2581107, 4971024, 9586975, 18512790, 35791386, 69273666, 134217720, 260301046, 505290269, 981706808 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Row sums of A011847

FORMULA

a(n) = sum(floor(C(n, k)/(k+1)), k=0..n)

MAPLE

a:=n->add(floor(combinat[numbcomb](n, k)/(k+1)), k=0..n);

CROSSREFS

Cf. A011847.

Cf. A101687.

Sequence in context: A018499 A107847 A059966 * A038751 A018518 A091326

Adjacent sequences:  A095715 A095716 A095717 * A095719 A095720 A095721

KEYWORD

nonn

AUTHOR

Mike Zabrocki (zabrocki(AT)mathstat.yorku.ca), Jul 08 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 14:50 EST 2012. Contains 206050 sequences.