A229023 Numerators of the main diagonal of A225825 difference table, a sequence linked to Bernoulli, Genocchi and Clausen numbers.
1, -2, 16, -424, 2944, -70240, 70873856, -212648576, 98650550272, -90228445612544, 19078660567134208, -2034677178643867648, 123160010212358914048, -19182197131374977024, 228111332170536254898176, -51166426240975948419354886144
Offset: 0
Examples
1, -2/3, 16/15, -424/105, 2944/105, -70240/231, 70873856/15015, ...
Crossrefs
Programs
-
Mathematica
nmax = 30; Clausen[n_] := Times @@ Select[Divisors[n] + 1, PrimeQ]; t = Join[{1}, Table[Numerator[BernoulliB[n, 1/2] - (n + 1)*EulerE[n, 0]]/Clausen[n], {n, 1, nmax}]]; dt = Table[Differences[t, n], {n, 0, nmax}]; Diagonal[dt] // Numerator
Comments