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!)
A105197 Triangle, read by rows, of Stirling numbers of second kind, S2(n,k), multiplied by k^k, for n >= 1, 1<=k<=n. 1
1, 1, 4, 1, 12, 27, 1, 28, 162, 256, 1, 60, 675, 2560, 3125, 1, 124, 2430, 16640, 46875, 46656, 1, 252, 8127, 89600, 437500, 979776, 823543, 1, 508, 26082, 435456, 3281250, 12410496, 23059204, 16777216, 1, 1020, 81675, 1989120, 21721875, 123451776 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(i, j) = stirling2(i, j)*j^j, read by rows.
EXAMPLE
Table begins
1;
1 4;
1 12 27;
1, 28, 162, 256,
etc.
MAPLE
(i, j) -> stirling2(i, j)*j^j
MATHEMATICA
Flatten[Table[Table[k^k StirlingS2[n, k], {k, 1, n}], {n, 1, 9}], 1]
CROSSREFS
Cf. A008277.
Cf. A105196 (similar triangle for S1).
Sequence in context: A157384 A173621 A274087 * A157398 A306299 A089503
KEYWORD
nonn,tabl,easy
AUTHOR
Jeffrey Hall (hallj5(AT)southernct.edu), Apr 11 2005
EXTENSIONS
Typo in definition and Mathematica program by Olivier Gérard, Oct 24 2012
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 21 04:19 EDT 2024. Contains 372720 sequences. (Running on oeis4.)