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!)
A365225 G.f. satisfies A(x) = 1 + x*A(x)^5 / (1 + x*A(x)^2). 1
1, 1, 4, 24, 169, 1301, 10605, 89963, 785943, 7023148, 63892489, 589771350, 5509967214, 52001860377, 495048989686, 4748144843341, 45838627944500, 445072967642096, 4343508043479012, 42581707009501604, 419158119684986781, 4141270208611084284 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^(n-k) * binomial(2*n+3*k+1,k) * binomial(n-1,n-k)/(2*n+3*k+1).
PROG
(PARI) a(n) = sum(k=0, n, (-1)^(n-k)*binomial(2*n+3*k+1, k)*binomial(n-1, n-k)/(2*n+3*k+1));
CROSSREFS
Sequence in context: A052685 A374659 A221088 * A369478 A368975 A366980
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 27 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 September 4 02:28 EDT 2024. Contains 375679 sequences. (Running on oeis4.)