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!)
A366594 G.f. A(x) satisfies A(x) = 1 + x^3*(1+x)^3*A(x)^4. 3
1, 0, 0, 1, 3, 3, 5, 24, 60, 102, 258, 816, 1992, 4452, 12012, 33617, 84627, 212823, 577361, 1561077, 4063059, 10715009, 29052015, 78235107, 208358693, 560561391, 1522609569, 4120277283, 11129752269, 30240233739, 82441619605, 224488878600, 611770878012 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} binomial(3*k,n-3*k) * binomial(4*k,k)/(3*k+1).
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(3*k, n-3*k)*binomial(4*k, k)/(3*k+1));
CROSSREFS
Cf. A366557.
Sequence in context: A157241 A365083 A196430 * A265878 A201496 A110426
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 14 2023
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 16 16:26 EDT 2024. Contains 372554 sequences. (Running on oeis4.)