OFFSET
0,2
COMMENTS
1/1, 1/2, 1/6, 0/1, -1/30, 0/1, 1/42, 0/1, -1/30, ... .
Applying the Takiyama-Tanigawa transformation to this sequence results in
1/2, 2/3, 1/2, 2/15, -1/6, -1/7, 1/6, 4/15, -3/10, -25/33, 5/6, ... .
The current sequence contains the numerators of this image of the transform.
LINKS
D. Merlini, R. Sprugnoli, M. C. Verri, The Akiyama-Tanigawa Transformation, Integers, 5 (1) (2005) #A05
MATHEMATICA
b[0]=0; b[1]=1; b[2]=1/2; b[n_] := BernoulliB[n-1]; a[0, m_] := b[m+1]; a[n_, m_] := a[n, m] = (m+1)*(a[n-1, m] - a[n-1, m+1]); Table[a[1, m], {m, 0, 30}] // Numerator (* Jean-François Alcover, Aug 09 2012 *)
CROSSREFS
KEYWORD
sign,frac
AUTHOR
Paul Curtz, Mar 08 2010
EXTENSIONS
Values corrected by Lisa Schreiber (lisa.schreiber(AT)uni-jena.de), Jul 14 2010
STATUS
approved