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!)
A366431 G.f. A(x) satisfies A(x) = 1 + x * (A(x) / (1 - x))^(5/2). 7
1, 1, 5, 25, 135, 775, 4651, 28845, 183450, 1190050, 7844230, 52389678, 353770190, 2411324700, 16568343325, 114639216915, 798076174113, 5586035989185, 39287407321075, 277508001643575, 1967816928168265, 14003018984540741, 99965175670335750 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(n+3*k/2-1,n-k) * binomial(5*k/2,k) / (3*k/2+1).
PROG
(PARI) a(n) = sum(k=0, n, binomial(n+3*k/2-1, n-k)*binomial(5*k/2, k)/(3*k/2+1));
CROSSREFS
Partial sums give A366400.
Sequence in context: A222570 A344268 A144818 * A048370 A272706 A275905
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 09 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 11 08:14 EDT 2024. Contains 374216 sequences. (Running on oeis4.)