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!)
A367050 G.f. satisfies A(x) = 1 + x*A(x)^4 + x^2*A(x)^3. 3
1, 1, 5, 29, 198, 1469, 11518, 93875, 787392, 6752175, 58929541, 521718814, 4674070602, 42296077935, 386027716280, 3549332631052, 32845586854208, 305685481682970, 2859315003009776, 26866125820982711, 253457922829307765, 2399910588283502630 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/2)} binomial(3*n-3*k+1,k) * binomial(4*n-5*k,n-2*k)/(3*n-3*k+1).
PROG
(PARI) a(n) = sum(k=0, n\2, binomial(3*n-3*k+1, k)*binomial(4*n-5*k, n-2*k)/(3*n-3*k+1));
CROSSREFS
Sequence in context: A201115 A199419 A094710 * A216313 A108453 A201203
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 03 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 June 26 17:20 EDT 2024. Contains 373720 sequences. (Running on oeis4.)