A174530 Numerators of the second row of the Akiyama-Tanigawa table for the sequence 1/n!.
-1, 0, 3, 4, 5, 1, 7, 1, 1, 1, 11, 1, 13, 1, 1, 1, 17, 1, 19, 1, 1, 1, 23, 1, 1, 1, 1, 1, 29, 1, 31, 1, 1, 1, 1, 1, 37, 1, 1, 1, 41, 1, 43, 1, 1, 1, 47, 1, 1, 1, 1, 1, 53, 1, 1, 1, 1, 1, 59, 1, 61, 1, 1, 1, 1, 1, 67, 1, 1, 1, 71, 1, 73, 1, 1, 1, 1, 1, 79
Offset: 0
Links
- D. Merlini, R. Sprugnoli, M. C. Verri, The Akiyama-Tanigawa Transformation, Integers, 5 (1) (2005) #A05.
Programs
-
Mathematica
nn = 78; Numerator[Simplify[CoefficientList[Series[-Zeta[x] + (Derivative[1][Zeta][x] + x*Derivative[2][Zeta][x])*x, {x, 0, nn}], x]/Table[Derivative[n][Zeta][0], {n, 0, nn}]]] (* Mats Granvik, Nov 11 2013 *)
Comments