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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A095719 Sum(floor(C(n-k,k)/(k+1)),k=0..n/2). 0
1, 1, 2, 2, 4, 5, 8, 11, 18, 25, 40, 59, 90, 137, 210, 319, 492, 754, 1164, 1798, 2786, 4317, 6710, 10438, 16266, 25377, 39650, 62013, 97108, 152212, 238822, 375058, 589520, 927365, 1459960, 2300097, 3626211, 5720649, 9030450, 14263675 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

Sums of diagonal entries in A011847

FORMULA

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

MAPLE

a:=n->add(floor(C(n-k, k)/(k+1)), k=0..n/2);

CROSSREFS

Cf. A011847.

Sequence in context: A107458 A060280 A006206 * A153952 A050364 A078465

Adjacent sequences:  A095716 A095717 A095718 * A095720 A095721 A095722

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 16 17:48 EST 2012. Contains 205939 sequences.