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!)
A365702 G.f. satisfies A(x) = 1 + x^5*A(x)^5 / (1 - x*A(x)). 5
1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 6, 12, 19, 27, 36, 81, 177, 341, 592, 951, 1726, 3417, 6766, 12812, 22951, 41531, 78222, 151291, 291957, 550015, 1024683, 1924543, 3671017, 7063893, 13532120, 25730347, 48840523, 93154161, 178806493, 343926597, 660308308, 1265195467 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,11
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/5)} binomial(n-4*k-1,n-5*k) * binomial(n+1,k).
PROG
(PARI) a(n) = sum(k=0, n\5, binomial(n-4*k-1, n-5*k)*binomial(n+1, k))/(n+1);
CROSSREFS
Sequence in context: A081846 A078816 A051936 * A215342 A146923 A349791
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 1 08:06 EDT 2024. Contains 372149 sequences. (Running on oeis4.)