A224095
Numerators of poly-Cauchy numbers c_n^(2).
Original entry on oeis.org
1, 1, -5, 11, -1103, 1627, -374473, 1220651, -92146157, 31595747, -20000218625, 176776749931, -5607610511548471, 374753409522157, -55207553310144173, 202183428095237231, -1614396705602979083803
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..300
- Takao Komatsu, Poly-Cauchy numbers, RIMS Kokyuroku 1806 (2012)
- Takao Komatsu, Poly-Cauchy numbers with a q parameter, Ramanujan J. 31 (2013), 353-371.
- Takao Komatsu, Poly-Cauchy numbers, Kyushu J. Math. 67 (2013), 143-153.
- T. Komatsu, V. Laohakosol, K. Liptai, A generalization of poly-Cauchy numbers and its properties, Abstract and Applied Analysis, Volume 2013, Article ID 179841, 8 pages.
- Takao Komatsu, FZ Zhao, The log-convexity of the poly-Cauchy numbers, arXiv preprint arXiv:1603.06725, 2016
-
Table[Numerator[Sum[StirlingS1[n, k]/ (k + 1)^2, {k, 0, n}]], {n, 0, 25}]
-
a(n) = numerator(sum(k=0, n,stirling(n, k, 1)/(k+1)^2)); \\ Michel Marcus, Nov 15 2015
A224096
Denominators of poly-Cauchy numbers c_n^(3).
Original entry on oeis.org
1, 8, 216, 576, 108000, 14400, 14817600, 16934400, 571536000, 127008000, 101428588800, 18441561600, 709031939616000, 12120204096000, 6678479808000, 24932991283200, 229679599076928000, 818822100096000
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..300
- Takao Komatsu, Poly-Cauchy numbers, RIMS Kokyuroku 1806 (2012)
- Takao Komatsu, Poly-Cauchy numbers with a q parameter, Ramanujan J. 31 (2013), 353-371.
- Takao Komatsu, Poly-Cauchy numbers, Kyushu J. Math. 67 (2013), 143-153.
- T. Komatsu, V. Laohakosol, K. Liptai, A generalization of poly-Cauchy numbers and its properties, Abstract and Applied Analysis, Volume 2013, Article ID 179841, 8 pages.
- Takao Komatsu, FZ Zhao, The log-convexity of the poly-Cauchy numbers, arXiv preprint arXiv:1603.06725, 2016
-
Table[Denominator[Sum[StirlingS1[n, k]/ (k + 1)^3, {k, 0, n}]], {n, 0, 25}]
-
a(n) = denominator(sum(k=0, n, stirling(n, k, 1)/(k+1)^3)); \\ Michel Marcus, Nov 15 2015
A224098
Denominators of poly-Cauchy numbers c_n^(4).
Original entry on oeis.org
1, 16, 1296, 6912, 6480000, 2592000, 6223392000, 14224896000, 1440270720000, 320060160000, 2811600481536000, 511200087552000, 255506749760021760000, 291175783202304000, 16846598885276160000
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..300
- Takao Komatsu, Poly-Cauchy numbers, RIMS Kokyuroku 1806 (2012)
- Takao Komatsu, Poly-Cauchy numbers with a q parameter, Ramanujan J. 31 (2013), 353-371.
- Takao Komatsu, Poly-Cauchy numbers, Kyushu J. Math. 67 (2013), 143-153.
- T. Komatsu, V. Laohakosol, and K. Liptai, A generalization of poly-Cauchy numbers and its properties, Abstract and Applied Analysis, Volume 2013, Article ID 179841, 8 pages.
- Takao Komatsu and F.-Z. Zhao, The log-convexity of the poly-Cauchy numbers, arXiv preprint arXiv:1603.06725 [math.NT], 2016.
-
Table[Denominator[Sum[StirlingS1[n, k]/ (k + 1)^4, {k, 0, n}]], {n, 0, 25}]
-
a(n) = denominator(sum(k=0, n,stirling(n, k, 1)/(k+1)^4)); \\ Michel Marcus, Nov 15 2015
A224100
Denominators of poly-Cauchy numbers c_n^(5).
Original entry on oeis.org
1, 32, 7776, 82944, 388800000, 51840000, 2613824640000, 11948912640000, 3629482214400000, 806551603200000, 77937565348177920000, 14170466426941440000, 92074412343521441433600000
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..300
- Takao Komatsu, Poly-Cauchy numbers, RIMS Kokyuroku 1806 (2012)
- Takao Komatsu, Poly-Cauchy numbers with a q parameter, Ramanujan J. 31 (2013), 353-371.
- Takao Komatsu, Poly-Cauchy numbers, Kyushu J. Math. 67 (2013), 143-153.
- T. Komatsu, V. Laohakosol, and K. Liptai, A generalization of poly-Cauchy numbers and its properties, Abstract and Applied Analysis, Volume 2013, Article ID 179841, 8 pages.
- Takao Komatsu and F.-Z. Zhao, The log-convexity of the poly-Cauchy numbers, arXiv preprint arXiv:1603.06725 [math.NT], 2016.
-
Table[Denominator[Sum[StirlingS1[n, k]/ (k + 1)^5, {k, 0, n}]], {n, 0, 25}]
-
a(n) = denominator(sum(k=0, n, stirling(n, k, 1)/(k+1)^5)); \\ Michel Marcus, Nov 15 2015
Showing 1-4 of 4 results.
Comments