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!)
A365700 G.f. satisfies A(x) = 1 + x^5*A(x)^3 / (1 - x*A(x)). 5
1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 4, 8, 13, 19, 26, 46, 88, 163, 284, 466, 781, 1369, 2468, 4449, 7856, 13724, 24084, 42788, 76759, 137785, 246418, 439757, 786132, 1411148, 2541368, 4581906, 8259500, 14889781, 26871106, 48573823, 87934175, 159333544, 288857216 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,11
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/5)} binomial(n-4*k-1,n-5*k) * binomial(n-2*k+1,k) / (n-2*k+1).
PROG
(PARI) a(n) = sum(k=0, n\5, binomial(n-4*k-1, n-5*k)*binomial(n-2*k+1, k)/(n-2*k+1));
CROSSREFS
Sequence in context: A312210 A312211 A034856 * A362290 A183865 A064609
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 16 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 7 08:25 EDT 2024. Contains 372300 sequences. (Running on oeis4.)