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!)
A369806 Expansion of 1/(1 - x^3/(1-x)^7). 4
1, 0, 0, 1, 7, 28, 85, 224, 567, 1485, 4117, 11802, 33909, 96182, 269402, 750275, 2090728, 5845015, 16384908, 45973701, 128944042, 361364501, 1012168575, 2834690172, 7939970075, 22244001961, 62323608147, 174620915138, 489240430938, 1370662332271, 3839992876850 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Number of compositions of 7*n-3 into parts 3 and 7.
LINKS
FORMULA
a(n) = A369814(7*n-3) for n > 0.
a(n) = 7*a(n-1) - 21*a(n-2) + 36*a(n-3) - 35*a(n-4) + 21*a(n-5) - 7*a(n-6) + a(n-7) for n > 7.
a(n) = Sum_{k=0..floor(n/3)} binomial(n-1+4*k,n-3*k).
PROG
(PARI) my(N=40, x='x+O('x^N)); Vec(1/(1-x^3/(1-x)^7))
(PARI) a(n) = sum(k=0, n\3, binomial(n-1+4*k, n-3*k));
CROSSREFS
Cf. A369814.
Sequence in context: A221141 A144900 A054469 * A156928 A117473 A163037
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 May 15 07:58 EDT 2024. Contains 372538 sequences. (Running on oeis4.)