The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A369794 Expansion of 1/(1 - x^5/(1-x)^6). 2
1, 0, 0, 0, 0, 1, 6, 21, 56, 126, 253, 474, 870, 1651, 3367, 7372, 16762, 38183, 85290, 185573, 394555, 826752, 1724816, 3613968, 7642004, 16313856, 35052905, 75487110, 162349105, 348018300, 743376838, 1583718457, 3370144462, 7173308802, 15285181447 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
COMMENTS
Number of compositions of 6*n-5 into parts 5 and 6.
LINKS
FORMULA
First differences of A107025.
a(n) = A017837(6*n-5) = Sum_{k=0..floor((6*n-5)/5)} binomial(k,6*n-5-5*k) for n > 0.
a(n) = 6*a(n-1) - 15*a(n-2) + 20*a(n-3) - 15*a(n-4) + 7*a(n-5) - a(n-6) for n > 6.
a(n) = Sum_{k=0..floor(n/5)} binomial(n-1+k,n-5*k).
PROG
(PARI) my(N=40, x='x+O('x^N)); Vec(1/(1-x^5/(1-x)^6))
CROSSREFS
Sequence in context: A100356 A229886 A243740 * A137361 A058484 A145455
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 01 2024
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 June 8 04:51 EDT 2024. Contains 373207 sequences. (Running on oeis4.)