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!)
A306753 a(n) = Sum_{k=0..n} binomial(k, 9*(n-k)). 2
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 11, 56, 221, 716, 2003, 5006, 11441, 24311, 48621, 92380, 167980, 294121, 498751, 824506, 1341154, 2177572, 3605251, 6249101, 11593726, 23138117, 48904469, 106653707, 234305936, 510034166, 1089810953, 2275676459, 4637090547 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,11
LINKS
Index entries for linear recurrences with constant coefficients, signature (9,-36,84,-126,126,-84,36,-9,1,1).
FORMULA
G.f.: (1-x)^8/((1-x)^9 - x^10).
a(n) = 9*a(n-1) - 36*a(n-2) + 84*a(n-3) - 126*a(n-4) + 126*a(n-5) - 84*a(n-6) + 36*a(n-7) - 9*a(n-8) + a(n-9) + a(n-10) for n > 9.
a(n) = A017877(9*n).
MATHEMATICA
a[n_] := Sum[Binomial[k, 9*(n-k)], {k, 0, n}]; Array[a, 38, 0] (* Amiram Eldar, Jun 21 2021 *)
PROG
(PARI) {a(n) = sum(k=0, n, binomial(k, 9*(n-k)))}
(PARI) N=66; x='x+O('x^N); Vec((1-x)^8/((1-x)^9-x^10))
CROSSREFS
Column 9 of A306680.
Cf. A017877.
Sequence in context: A221019 A371439 A115205 * A306860 A212388 A198769
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 07 2019
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 March 29 11:14 EDT 2024. Contains 371278 sequences. (Running on oeis4.)