login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A027479 4th power of the lower triangular normalized first kind Stirling matrix. 5
1, 15, 1, 1175, 120, 1, 294330, 36935, 510, 1, 181082204, 25816200, 460035, 1560, 1, 231844265940, 36133755364, 757122975, 3411835, 3885, 1, 551220029003580, 91850446178400, 2159098539409, 11690792400, 18037810, 8400, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Table of n, a(n) for n=1..28.

FORMULA

Numerators of lower triangle of (a[ i, j ])^4 where a[ i, j ] = s(i, j)/i! if j<=i, 0 if j>i

MATHEMATICA

rows = 7; m = Table[If[k <= n, StirlingS1[n, k]/n!, 0], {n, 1, rows}, {k, 1, rows}]; m4 = m.m.m.m; Table[fracs = m4[[i]]; nums = fracs // Numerator; dens = fracs // Denominator; lcm = LCM @@ dens; Table[nums[[j]]*lcm/dens[[j]], {j, 1, i}], {i, 1, rows}] // Abs // Flatten (* Jean-François Alcover, Mar 05 2013 *)

CROSSREFS

Sequence in context: A027448 A027518 A027539 * A027497 A040221 A040220

Adjacent sequences:  A027476 A027477 A027478 * A027480 A027481 A027482

KEYWORD

nonn,tabl

AUTHOR

Olivier Gérard

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 21 13:15 EDT 2013. Contains 225488 sequences.