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!)
A365247 G.f. satisfies A(x) = 1 + x*A(x)^2/(1 - x^3*A(x)^4). 3
1, 1, 2, 5, 15, 50, 177, 650, 2449, 9412, 36761, 145518, 582556, 2354557, 9594898, 39378259, 162619316, 675258452, 2817643240, 11808576745, 49683880754, 209786559004, 888676860191, 3775654643360, 16084818268474, 68694452578325, 294053067958011 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} binomial(n-2*k-1,k) * binomial(2*n-2*k+1,n-3*k)/(2*n-2*k+1).
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(n-2*k-1, k)*binomial(2*n-2*k+1, n-3*k)/(2*n-2*k+1));
CROSSREFS
Sequence in context: A367317 A157135 A196836 * A369212 A279553 A007853
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 28 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 16 16:19 EDT 2024. Contains 372554 sequences. (Running on oeis4.)