login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A260329
Denominator of generalized Bernoulli number B_n^{(n-1)}.
1
6, 2, 10, 1, 84, 4, 90, 5, 44, 4, 5460, 70, 360, 24, 102, 1, 1596, 28, 1980, 66, 2760, 40, 81900, 273, 1512, 56, 1160, 20, 114576, 1232, 117810, 1785, 420, 4, 109668, 494, 936, 24, 27060
OFFSET
2,1
LINKS
N. E. Nørlund, Vorlesungen ueber Differenzenrechnung Springer 1924, p. 461.
N. E. Nörlund, Vorlesungen über Differenzenrechnung, Springer-Verlag, Berlin, 1924; page 461 [Annotated scanned copy of pages 144-151 and 456-463]
MATHEMATICA
a[n_] := Integrate[(n-t-1)*Pochhammer[t-n+2, n-1], {t, 0, 1}]*(n-1) // Denominator;
a /@ Range[2, 40] (* Jean-François Alcover, Jan 24 2020, from the formula used in the bisections *)
CROSSREFS
Cf. A260328.
Sequence in context: A235362 A018801 A055021 * A141379 A357396 A100616
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, Jul 25 2015
EXTENSIONS
More terms from Jean-François Alcover, Jan 25 2020
STATUS
approved