login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)