A239315 Array read by antidiagonals: denominators of the core of the classical Bernoulli numbers.
15, 15, 15, 105, 105, 105, 21, 105, 105, 21, 105, 105, 105, 105, 105, 15, 105, 105, 105, 105, 15, 165, 165, 1155, 231, 1155, 165, 165, 33, 165, 165, 231, 231, 165, 165, 33, 15015, 15015, 15015, 15015, 15015, 15015, 15015, 15015, 15015
Offset: 0
Examples
As a triangle: 15, 15, 15, 105, 105, 105, 21, 105, 105, 21, 105, 105, 105, 105, 105, etc.
Crossrefs
Programs
-
Mathematica
max = 12; tb = Table[BernoulliB[n], {n, 0, max}]; td = Table[Differences[tb, n][[3 ;; -1]], {n, 2, max - 1}]; Table[td[[n - k + 1, k]] // Denominator, {n, 1, max - 3}, {k, 1, n}] // Flatten (* Jean-François Alcover, Apr 11 2014 *)
Comments