A172030 Numerators of the sequence with g.f. x*B(x)/(1-2*x), where B(x) denotes the "original" Bernoulli numbers.
0, 1, 5, 31, 31, 619, 619, 5779, 5779, 69341, 69341, 3051179, 3051179, 52884569, 52884569, 634649863, 634649863, 43152570067, 43152570067, 1093376176159, 1093376176159, 2623076354557, 2623076354557, 241599308325943, 241599308325943, 1604223576455477
Offset: 0
Crossrefs
Cf. A172031.
Programs
-
Mathematica
c[n_] := 2*c[n-1] + BernoulliB[n-1]; c[0] = 0; c[1] = 1; c[2] = 5/2; a[n_] := c[n] // Numerator; Table[a[n], {n, 0, 25}] (* Jean-François Alcover, Apr 15 2013 *)
Extensions
Edited and extended by R. J. Mathar, Mar 14 2010
Comments