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!)
A365758 G.f. satisfies A(x) = 1 + x*A(x) / (1 - x^4*A(x)^5). 1
1, 1, 1, 1, 1, 2, 8, 29, 85, 212, 481, 1081, 2627, 7100, 20328, 58023, 160430, 430391, 1140892, 3051678, 8334638, 23199896, 65148939, 182781853, 510225082, 1419091293, 3948954920, 11034704856, 31001204632, 87466532564, 247303929326, 699572256145 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/4)} binomial(n-3*k-1,k) * binomial(n+k+1,n-4*k) / (n+k+1).
PROG
(PARI) a(n) = sum(k=0, n\4, binomial(n-3*k-1, k)*binomial(n+k+1, n-4*k)/(n+k+1));
CROSSREFS
Sequence in context: A333882 A365760 A373906 * A365759 A373905 A365757
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 18 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 August 20 03:11 EDT 2024. Contains 375310 sequences. (Running on oeis4.)