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!)
A364758 G.f. satisfies A(x) = 1 + x*A(x)^4 / (1 + x*A(x)). 2
1, 1, 3, 14, 76, 450, 2818, 18352, 123028, 843345, 5884227, 41650479, 298352365, 2158751879, 15754446893, 115830820439, 857147952469, 6379136387303, 47715901304501, 358529599468636, 2704884469806606, 20481615947325089, 155605509972859999 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/n) * Sum_{k=0..n-1} (-1)^k * binomial(n,k) * binomial(4*n-3*k,n-1-k) for n > 0.
PROG
(PARI) a(n) = if(n==0, 1, sum(k=0, n-1, (-1)^k*binomial(n, k)*binomial(4*n-3*k, n-1-k))/n);
CROSSREFS
Cf. A364747.
Sequence in context: A223026 A371434 A364477 * A353253 A198702 A198621
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 29 10:05 EDT 2024. Contains 374733 sequences. (Running on oeis4.)