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!)
A365733 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, 127, 215, 367, 676, 1376, 2982, 6514, 13855, 28407, 56543, 111127, 219918, 444450, 919744, 1933732, 4082467, 8576027, 17861347, 36938427, 76207797, 157652981, 328119005, 687377565, 1446665765, 3050094661, 6427116181 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/6)} binomial(n-5*k,k) * binomial(n-2*k+1,n-5*k) / (n-2*k+1) = Sum_{k=0..floor(n/6)} binomial(n-2*k,4*k) * binomial(4*k,k) / (3*k+1).
PROG
(PARI) a(n) = sum(k=0, n\6, binomial(n-5*k, k)*binomial(n-2*k+1, n-5*k)/(n-2*k+1));
CROSSREFS
Sequence in context: A254119 A145126 A348289 * A005676 A365735 A365079
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 May 8 04:35 EDT 2024. Contains 372319 sequences. (Running on oeis4.)