The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A273161 a(n) = Sum_{k=1..n} C(n-k, floor((n-k)/k)). 3
0, 1, 2, 3, 5, 7, 13, 19, 34, 61, 108, 174, 384, 641, 1166, 2337, 4458, 7828, 16421, 29346, 57231, 114126, 215915, 396491, 839324, 1549146, 2983185, 5978656, 11628952, 21812113, 45099914, 84842925, 166417181, 332267593, 647614074, 1234586894, 2538571022 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) ~ 2^(n - 3/2) / sqrt(Pi*n). - Vaclav Kotesovec, May 28 2021
MAPLE
A273161:=n->add(binomial(n-i, floor((n-i)/i)), i=1..n): seq(A273161(n), n=0..50);
MATHEMATICA
Table[Sum[Binomial[n - i, Floor[(n - i)/i]], {i, n}], {n, 0, 40}]
CROSSREFS
Sequence in context: A077132 A138184 A236340 * A008965 A113864 A188754
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 May 12 20:41 EDT 2024. Contains 372494 sequences. (Running on oeis4.)