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!)
A367060 G.f. satisfies A(x) = 1 + x*A(x)^3 + x^3*A(x)^4. 5
1, 1, 3, 13, 62, 318, 1718, 9627, 55437, 326070, 1950630, 11831706, 72597453, 449804148, 2810260317, 17685019893, 111997074910, 713223954540, 4564502770117, 29341499243806, 189364923816282, 1226535071582818, 7970416067268898, 51949175133236526 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} binomial(2*n-2*k+1,k) * binomial(3*n-5*k,n-3*k)/(2*n-2*k+1).
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(2*n-2*k+1, k)*binomial(3*n-5*k, n-3*k)/(2*n-2*k+1));
CROSSREFS
Sequence in context: A122122 A093424 A186242 * A350478 A276893 A284160
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 04 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 July 17 02:10 EDT 2024. Contains 374360 sequences. (Running on oeis4.)