|
Search: id:A128265
|
|
|
| A128265 |
|
a(n) = sum{m=1 to n} LCM(s(n,m),S(n,m)), where s(n,m) is an unsigned Stirling number of the first kind and S(n,m) is a Stirling number of the second kind. (a(n) = sum of terms in n-th row of triangle A128264.). |
|
+0 2
|
|
| 1, 2, 6, 90, 360, 10185, 80388, 4251198, 386596014, 5895746318, 42232772098, 7792102093721, 89950696066660, 1573136478232189, 948484950999782040, 892212203897135193546, 18041218934546986331084
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
LINKS
|
Leroy Quet, Home Page (listed in lieu of email address)
|
|
FORMULA
|
T(n,m)=lcm[A008277(n,m),|A008275(n,m)|]. - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 24 2007
|
|
MAPLE
|
A128264 := proc(n, m) lcm(combinat[stirling1](n, m), combinat[stirling2](n, m)) ; end: A128265 := proc(n) local m; add( A128264(n, m), m=1..n) ; end: seq(A128265(n), n=1..30) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 24 2007
|
|
CROSSREFS
|
Cf. A128264.
Sequence in context: A118537 A109892 A055702 this_sequence A087277 A007188 A129364
Adjacent sequences: A128262 A128263 A128264 this_sequence A128266 A128267 A128268
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Leroy Quet Feb 22 2007
|
|
EXTENSIONS
|
More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 24 2007
|
|
|
Search completed in 0.002 seconds
|