|
Search: id:A118708
|
|
|
| A118708 |
|
Triangular array made from A002110 primorial numbers of the first kind. |
|
+0 1
|
|
| 1, 1, -2, 1, -8, 12, 1, -38, 252, -360, 1, -248, 8232, -53280, 75600, 1, -2558, 581112, -19069200, 123152400, -174636000, 1, -32588, 77397852, -17469862560, 572771228400, -3698441208000, 5244319080000, 1, -543098, 16713897732, -39529847287080, 8919112306734000
(list; table; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
The primorial of the second kind A034386 is more Stirling like as the row sum of this sequence is not zero.
|
|
FORMULA
|
a(n,n) = coefficients[a[n,m]*x^n]
|
|
EXAMPLE
|
1
1, -2
1,-8, 12
1, -38, 252, -360
|
|
MATHEMATICA
|
p[1] = 2; p[n_Integer?Positive] := p[n] = Prime[n]*p[n - 1] a = Join[{{1}}, Table[Reverse[ CoefficientList[Product[x - p[n], {n, 0, m}], x]], {m, 0, 10}]] aout = Flatten[a]
|
|
CROSSREFS
|
Cf. A002110, A034386.
Sequence in context: A164662 A007026 A160485 this_sequence A055134 A137370 A151501
Adjacent sequences: A118705 A118706 A118707 this_sequence A118709 A118710 A118711
|
|
KEYWORD
|
sign,tabl,uned
|
|
AUTHOR
|
Roger L. Bagula (rlbagulatftn(AT)yahoo.com), May 20 2006
|
|
|
Search completed in 0.002 seconds
|