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!)
A368487 Square array T(n,k), n >= 0, k >= 0, read by antidiagonals downwards, where T(n,k) = Sum_{j=0..n} k^j * binomial(j+k-1,j). 2
1, 1, 1, 1, 2, 1, 1, 5, 3, 1, 1, 10, 17, 4, 1, 1, 17, 64, 49, 5, 1, 1, 26, 177, 334, 129, 6, 1, 1, 37, 401, 1457, 1549, 321, 7, 1, 1, 50, 793, 4776, 10417, 6652, 769, 8, 1, 1, 65, 1422, 12889, 48526, 67761, 27064, 1793, 9, 1, 1, 82, 2369, 30234, 176185, 442276, 411825, 105796, 4097, 10, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
G.f. of column k: 1/((1-x) * (1-k*x)^k).
EXAMPLE
Square array begins:
1, 1, 1, 1, 1, 1, ...
1, 2, 5, 10, 17, 26, ...
1, 3, 17, 64, 177, 401, ...
1, 4, 49, 334, 1457, 4776, ...
1, 5, 129, 1549, 10417, 48526, ...
1, 6, 321, 6652, 67761, 442276, ...
PROG
(PARI) T(n, k) = sum(j=0, n, k^j*binomial(j+k-1, j));
CROSSREFS
Columns k=0..3 give A000012, A000027(n+1), A000337(n+1), A367591.
Main diagonal gives A368488.
Sequence in context: A079213 A047884 A124328 * A055818 A106240 A340561
KEYWORD
nonn,tabl,easy
AUTHOR
Seiichi Manyama, Dec 26 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 April 27 15:06 EDT 2024. Contains 372019 sequences. (Running on oeis4.)