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!)
A365729 G.f. satisfies A(x) = 1 + x^4*A(x)^3*(1 + x*A(x)). 4
1, 0, 0, 0, 1, 1, 0, 0, 3, 7, 4, 0, 12, 45, 55, 22, 55, 286, 546, 455, 413, 1820, 4760, 6120, 5304, 12597, 38760, 67830, 73587, 108262, 309925, 672980, 928763, 1171390, 2598310, 6270030, 10607025, 14033565, 24293880, 57256875, 112293597, 167416275, 255805056 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/4)} binomial(k,n-4*k) * binomial(n-k+1,k) / (n-k+1).
PROG
(PARI) a(n) = sum(k=0, n\4, binomial(k, n-4*k)*binomial(n-k+1, k)/(n-k+1));
CROSSREFS
Cf. A365697.
Sequence in context: A050393 A110778 A200129 * A181912 A108297 A135928
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 16 10:13 EDT 2024. Contains 374345 sequences. (Running on oeis4.)