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!)
A364597 G.f. satisfies A(x) = 1/(1-x) + x^3*(1-x)*A(x)^5. 3
1, 1, 1, 2, 5, 11, 26, 71, 197, 540, 1521, 4401, 12826, 37597, 111385, 332861, 1000181, 3021071, 9174308, 27987989, 85712801, 263438881, 812394661, 2512807846, 7793552386, 24233089051, 75526196851, 235897169106, 738271145577, 2314825565700, 7270693111431 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} binomial(n,3*k) * binomial(5*k,k) / (4*k+1).
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(n, 3*k)*binomial(5*k, k)/(4*k+1));
CROSSREFS
Sequence in context: A319760 A343872 A000664 * A242766 A182580 A067922
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Jul 29 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 11 13:00 EDT 2024. Contains 372409 sequences. (Running on oeis4.)