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!)
A137855 Triangle read by rows: T(n,k) = Sum_{j=1..n-k+1} Stirling2(k, j). 3
1, 1, 1, 1, 2, 1, 1, 2, 4, 1, 1, 2, 5, 8, 1, 1, 2, 5, 14, 16, 1, 1, 2, 5, 15, 41, 32, 1, 1, 2, 5, 15, 51, 122, 64, 1, 1, 2, 5, 15, 52, 187, 365, 128, 1, 1, 2, 5, 15, 52, 202, 715, 1094, 256, 1, 1, 2, 5, 15, 52, 203, 855, 2795, 3281, 512, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
Rows of the array tend to A000110 starting (1, 2, 5, 15, 52, ...).
LINKS
FORMULA
Take antidiagonals of an array formed by A000012 * A008277(transform), where A000012 = (1; 1,1; 1,1,1; ...) and A008277 = the Stirling2 triangle.
EXAMPLE
First few rows of the array:
1, 1, 1, 1, 1, ...
1, 2, 4, 8, 16, ...
1, 2, 5, 14, 41, ...
1, 2, 5, 14, 51, ...
1, 2, 5, 14, 52, ...
...
First few rows of the triangle:
1;
1, 1;
1, 2, 1;
1, 2, 4, 1;
1, 2, 5, 8, 1;
1, 2, 5, 14, 16, 1;
1, 2, 5, 15, 41, 32, 1;
1, 2, 5, 15, 51, 122, 64, 1;
1, 2, 5, 15, 52, 187, 365, 128, 1;
1, 2, 5, 15, 52, 202, 715, 1094, 256, 1;
...
PROG
(PARI) T(n, k)={sum(j=1, n-k+1, stirling(k, j, 2))} \\ Andrew Howroyd, Aug 09 2018
CROSSREFS
Row sums are A137856.
Sequence in context: A027935 A137940 A274859 * A113143 A181802 A110971
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Feb 16 2008
EXTENSIONS
Name changed by Andrew Howroyd, Aug 09 2018
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 3 04:24 EDT 2024. Contains 372205 sequences. (Running on oeis4.)