[go: up one dir, main page]

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!)
A373906 a(n) = Sum_{k=0..floor(n/4)} binomial(n+2*k,n-4*k). 3
1, 1, 1, 1, 2, 8, 29, 85, 212, 476, 1016, 2172, 4825, 11213, 26763, 64095, 151851, 354737, 820328, 1889968, 4361521, 10106859, 23509678, 54793282, 127709888, 297336790, 691382201, 1606284377, 3731020629, 8668253125, 20146856893, 46840732201, 108918637566, 253262275888 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = 6*a(n-1) - 15*a(n-2) + 20*a(n-3) - 14*a(n-4) + 6*a(n-5) - a(n-6).
G.f.: 1/(1 - x - x^4/(1 - x)^5).
PROG
(PARI) a(n) = sum(k=0, n\4, binomial(n+2*k, n-4*k));
CROSSREFS
Sequence in context: A212385 A333882 A365760 * A365758 A365759 A373905
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Jun 22 2024
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 August 31 21:24 EDT 2024. Contains 375573 sequences. (Running on oeis4.)