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!)
A010757 Sum along upward diagonal of Pascal triangle from center. 3
1, 0, 1, 2, 1, 3, 7, 4, 11, 25, 16, 41, 92, 63, 155, 344, 247, 591, 1300, 967, 2267, 4950, 3785, 8735, 18955, 14820, 33775, 72905, 58060, 130965, 281403, 227612, 509015, 1089343, 892926, 1982269, 4227273, 3505386, 7732659, 16438345, 13770404, 30208749, 64037453 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = A010756(n) + A000984(n/3) if 3|n, otherwise a(n) = A010756(n). - R. J. Mathar, Feb 08 2016
MAPLE
seq(add(binomial(i-k, k), k=ceil(i/3)..floor(i/2)), i=0..50); # Detlef Pauly (dettodet(AT)yahoo.de), Jul 24 2003
PROG
(PARI) a(n) = sum(k=(n+2)\3, n\2, binomial(n-k, k)); \\ Seiichi Manyama, Feb 10 2022
CROSSREFS
Sequence in context: A058170 A238206 A127896 * A323943 A286616 A019320
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)