OFFSET
0,10
COMMENTS
Numerators of Br(n) = 0, 1, 1, 1/2, 0, -1/6, 0, 1/6, 0, -3/10, 0, 5/6, 0, -691/210,... complementary Bernoulli numbers.
A164555(n)/A027642(n) is an autosequence of second kind. Its inverse binomial transform is the signed sequence and its main diagonal is the double of the first upper diagonal.
Br(n) is an autosequence of first kind. Its inverse binomial transform is the signed sequence and its main diagonal is A000004=0's.
Br(n) difference table:
0, 1, 1, 1/2, 0, -1/6,...
-1, -1/2, 0, 1/3, 1/3, 0,...
1/2, 1/2, 1/3, 0, -1/3, -1/3,...
0, -1/6, -1/3, -1/3, 0, 8/15,...
-1/6, -1/6, 0, 1/3, 8/15, 0,... etc.
FORMULA
MATHEMATICA
a[0] = 0; a[1] = a[2] = 1; a[n_] := 2*n*BernoulliB[n-1] // Numerator; Table[a[n], {n, 0, 36}] (* Jean-François Alcover, Nov 25 2013 *)
CROSSREFS
KEYWORD
sign,frac
AUTHOR
Paul Curtz, Oct 05 2013
EXTENSIONS
Cross-ref. to A050925 by Jean-François Alcover, Dec 09 2013
STATUS
approved