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!)
A364734 G.f. satisfies A(x) = 1 + x*A(x) / (1 - x*A(x)^5). 2
1, 1, 2, 9, 48, 276, 1687, 10750, 70597, 474478, 3247844, 22563904, 158693152, 1127661358, 8083795761, 58390722901, 424562043703, 3104994695198, 22825260066996, 168564068029385, 1249985066423749, 9303815610715531, 69483859839881494, 520527161650519576 (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(n+4*k,n-1-k) for n > 0.
PROG
(PARI) a(n) = if(n==0, 1, sum(k=0, n-1, binomial(n, k)*binomial(n+4*k, n-1-k))/n);
CROSSREFS
Cf. A364740.
Sequence in context: A174687 A047059 A153297 * A153390 A118341 A365133
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 July 13 20:42 EDT 2024. Contains 374288 sequences. (Running on oeis4.)