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!)
A273160 a(n) = Sum_{k=1..n} C(n, floor((n-k)/k)). 3
0, 1, 3, 5, 10, 13, 30, 39, 84, 143, 290, 424, 1120, 1697, 3521, 6633, 14012, 22721, 53529, 88607, 189749, 356024, 730697, 1256272, 2889484, 5006918, 10399649, 19706342, 40954970, 72663140, 160499071, 286286349, 597385864, 1134282375, 2340807724, 4251969339 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ 2^(n + 1/2) / sqrt(Pi*n). - Vaclav Kotesovec, May 28 2021
MAPLE
A273160:=n->add(binomial(n, floor((n-i)/i)), i=1..n): seq(A273160(n), n=0..50);
MATHEMATICA
Table[Sum[Binomial[n, Floor[(n - i)/i]], {i, n}], {n, 0, 40}]
CROSSREFS
Sequence in context: A137395 A001767 A360956 * A285138 A310018 A048214
KEYWORD
nonn,easy
AUTHOR
Wesley Ivan Hurt, May 16 2016
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 23 08:28 EDT 2024. Contains 371905 sequences. (Running on oeis4.)