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!)
A365735 G.f. satisfies A(x) = 1 + x*A(x) / (1 - x^5*A(x)^3). 3
1, 1, 1, 1, 1, 1, 2, 6, 16, 36, 71, 128, 223, 403, 796, 1706, 3775, 8252, 17485, 35986, 72988, 148594, 307833, 650947, 1395846, 3004732, 6443836, 13732127, 29134320, 61792707, 131525272, 281463507, 605273669, 1305373379, 2817407854, 6077804871, 13103021422 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/5)} binomial(n-4*k-1,k) * binomial(n-2*k+1,n-5*k) / (n-2*k+1).
PROG
(PARI) a(n) = sum(k=0, n\5, binomial(n-4*k-1, k)*binomial(n-2*k+1, n-5*k)/(n-2*k+1));
CROSSREFS
Sequence in context: A348289 A365733 A005676 * A365079 A038503 A352066
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 April 28 06:27 EDT 2024. Contains 372020 sequences. (Running on oeis4.)