[go: up one dir, main page]

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!)
Revision History for A105197 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A105197 Triangle, read by rows, of Stirling numbers of second kind, S2(n,k), multiplied by k^k, for n >= 1, 1<=k<=n.
(history; published version)
#4 by Olivier Gérard at Wed Oct 24 00:49:13 EDT 2012
STATUS

editing

approved

#3 by Olivier Gérard at Wed Oct 24 00:48:07 EDT 2012
NAME

Triangle, read by rows, of Stirling numbers of second kind, S2(n,k), multpliedmultiplied by k^k, for n >= 1, 1<=k<=n.

EXAMPLE

Rows are 1; 1 4; 1 12 27; etc.

Table begins

1;

1 4;

1 12 27;

1, 28, 162, 256,

etc.

MATHEMATICA

Flatten[Table[Table[k^k StirlingS2[n, k], {k, 1, n}], {n, 1, 9}], 1]

CROSSREFS

Cf. A105196 (similar triangle for S1).

KEYWORD

nonn,tabl,easy

EXTENSIONS

Typo in definition and Mathematica program by Olivier Gérard, Oct 24 2012

STATUS

approved

editing

#2 by N. J. A. Sloane at Fri Feb 24 03:00:00 EST 2006
FORMULA

a(i,, j) = stirling2(i,, j)*j^j, read by rows.

KEYWORD

nonn,tabl,new

#1 by N. J. A. Sloane at Tue Jul 19 03:00:00 EDT 2005
NAME

Triangle of Stirling numbers of second kind, S2(n,k), multplied by k^k, for n >= 1, 1<=k<=n.

DATA

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

OFFSET

1,3

FORMULA

a(i,j) = stirling2(i,j)*j^j, read by rows.

EXAMPLE

Rows are 1; 1 4; 1 12 27; etc.

MAPLE

(i, j) -> stirling2(i, j)*j^j

CROSSREFS

Cf. A008277.

KEYWORD

nonn,tabl

AUTHOR

Jeffrey Hall (hallj5(AT)southernct.edu), Apr 11 2005

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 August 29 18:55 EDT 2024. Contains 375518 sequences. (Running on oeis4.)