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!)
A365188 G.f. satisfies A(x) = 1 + x*A(x)^5*(1 + x*A(x)^4). 5
1, 1, 6, 49, 465, 4807, 52533, 596936, 6981798, 83497115, 1016367737, 12550853210, 156845913315, 1979870172453, 25207383853375, 323325558146400, 4174108907656633, 54195445136831670, 707225283913589280, 9270735916525207605, 122020617365557674605 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(4*n+k+1,k) * binomial(k,n-k)/(4*n+k+1).
PROG
(PARI) a(n) = sum(k=0, n, binomial(4*n+k+1, k)*binomial(k, n-k)/(4*n+k+1));
CROSSREFS
Cf. A243667.
Sequence in context: A055847 A371406 A365193 * A143165 A008786 A274278
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 25 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 August 7 14:11 EDT 2024. Contains 375013 sequences. (Running on oeis4.)