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!)
A365723 G.f. satisfies A(x) = 1 + x^3*A(x)^2*(1 + x*A(x)). 3
1, 0, 0, 1, 1, 0, 2, 5, 3, 5, 21, 28, 26, 84, 180, 207, 385, 990, 1562, 2288, 5278, 10439, 15925, 30212, 64738, 112268, 192780, 396338, 761634, 1317840, 2512940, 5015867, 9146049, 16729462, 32927950, 62851525, 115101637, 220051350, 427898900, 800956600, 1505524800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} binomial(k,n-3*k) * binomial(n-k+1,k) / (n-k+1).
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(k, n-3*k)*binomial(n-k+1, k)/(n-k+1));
CROSSREFS
Cf. A365694.
Sequence in context: A248852 A299210 A104978 * A124568 A091807 A085825
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 17 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 17 16:16 EDT 2024. Contains 374377 sequences. (Running on oeis4.)