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!)
A010752 Sum along upward diagonal of Pascal triangle to center. 3
1, 1, 1, 3, 4, 5, 12, 17, 23, 50, 73, 103, 211, 314, 455, 895, 1350, 1993, 3805, 5798, 8679, 16193, 24872, 37633, 68940, 106573, 162643, 293526, 456169, 701075, 1249622, 1950697, 3015563, 5318976, 8334539, 12948083, 22634700, 35582783, 55513327, 96296410 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} binomial(n - k, k). - Sean A. Irvine, Jun 08 2018
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(n-k, k)); \\ Seiichi Manyama, Feb 10 2022
CROSSREFS
Sequence in context: A090829 A236244 A141290 * A049929 A262192 A280308
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 14 03:35 EDT 2024. Contains 372528 sequences. (Running on oeis4.)