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!)
A010759 Sum along upward diagonal of Pascal triangle from halfway point. 3
1, 1, 1, 2, 4, 7, 7, 14, 26, 46, 51, 97, 176, 309, 365, 674, 1204, 2098, 2587, 4685, 8273, 14323, 18228, 32551, 56967, 98086, 127921, 226007, 392688, 672959, 895103, 1568062, 2708322, 4622488, 6249235, 10871723, 18683233, 31775031, 43551364 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=floor((n+2)/4)..floor(n/2)} binomial(n - k, k). - Seiichi Manyama, Feb 10 2022
PROG
(PARI) a(n) = sum(k=(n+2)\4, n\2, binomial(n-k, k)); \\ Seiichi Manyama, Feb 10 2022
CROSSREFS
Sequence in context: A025087 A291810 A178183 * A370799 A063034 A351745
KEYWORD
nonn
AUTHOR
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 21 12:09 EDT 2024. Contains 372736 sequences. (Running on oeis4.)