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!)
A364740 G.f. satisfies A(x) = 1 + x*A(x)^2 / (1 - x*A(x)^5). 3
1, 1, 3, 15, 91, 607, 4298, 31720, 241321, 1879097, 14903013, 119965086, 977623639, 8049579047, 66864689674, 559650696185, 4715304229460, 39960204165865, 340395043021399, 2912963919210012, 25031055321749916, 215894227588453950, 1868403327770467149 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/n) * Sum_{k=0..n-1} binomial(n,k) * binomial(2*n+3*k,n-1-k) for n > 0.
PROG
(PARI) a(n) = if(n==0, 1, sum(k=0, n-1, binomial(n, k)*binomial(2*n+3*k, n-1-k))/n);
CROSSREFS
Sequence in context: A347319 A047019 A099251 * A371435 A366090 A171790
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 05 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 17 08:10 EDT 2024. Contains 372579 sequences. (Running on oeis4.)