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!)
A306713 Square array A(n,k), n >= 0, k >= 1, read by antidiagonals, where column k is the expansion of g.f. 1/(1-x^k-x^(k+1)). 5
1, 1, 1, 1, 0, 2, 1, 0, 1, 3, 1, 0, 0, 1, 5, 1, 0, 0, 1, 1, 8, 1, 0, 0, 0, 1, 2, 13, 1, 0, 0, 0, 1, 0, 2, 21, 1, 0, 0, 0, 0, 1, 1, 3, 34, 1, 0, 0, 0, 0, 1, 0, 2, 4, 55, 1, 0, 0, 0, 0, 0, 1, 0, 1, 5, 89, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 7, 144, 1, 0, 0, 0, 0, 0, 0, 1, 0, 2, 3, 9, 233 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
A(n,k) is the number of compositions of n into parts k and k+1.
LINKS
FORMULA
A(n,k) = Sum_{j=0..floor(n/k)} binomial(j,n-k*j).
EXAMPLE
Square array begins:
1, 1, 1, 1, 1, 1, 1, 1, 1, ...
1, 0, 0, 0, 0, 0, 0, 0, 0, ...
2, 1, 0, 0, 0, 0, 0, 0, 0, ...
3, 1, 1, 0, 0, 0, 0, 0, 0, ...
5, 1, 1, 1, 0, 0, 0, 0, 0, ...
8, 2, 0, 1, 1, 0, 0, 0, 0, ...
13, 2, 1, 0, 1, 1, 0, 0, 0, ...
21, 3, 2, 0, 0, 1, 1, 0, 0, ...
34, 4, 1, 1, 0, 0, 1, 1, 0, ...
55, 5, 1, 2, 0, 0, 0, 1, 1, ...
MATHEMATICA
T[n_, k_] := Sum[Binomial[j, n-k*j], {j, 0, Floor[n/k]}]; Table[T[k, n - k + 1], {n, 0, 12}, {k, 0, n}] // Flatten (* Amiram Eldar, Jun 21 2021 *)
CROSSREFS
Sequence in context: A307819 A286354 A296067 * A303810 A052249 A030528
KEYWORD
nonn,tabl
AUTHOR
Seiichi Manyama, Mar 05 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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)