cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A306821 Inverse binomial transform of the "original" Bernoulli numbers [A164555(n)/A027642(n)] with 1 and 1/2 swapped. Denominators.

Original entry on oeis.org

2, 2, 3, 1, 15, 1, 21, 1, 15, 1, 33, 1, 1365, 1, 3, 1, 255, 1, 399, 1, 165, 1, 69, 1, 1365, 1, 3, 1, 435, 1, 7161, 1, 255, 1, 3, 1, 959595, 1, 3, 1, 6765, 1, 903, 1, 345, 1, 141, 1, 23205, 1, 33, 1, 795, 1, 399, 1
Offset: 0

Views

Author

Paul Curtz, Jun 04 2019

Keywords

Comments

Fractions: 1/2, 1/2, -4/3, 2, -38/15, 3, -73/21, 4, -68/15, 5, -179/33, 6, -9218/1365, 7, ... .
Numerators are A307974(n).
a(2n) same as denominators of cosecant numbers A001897 for n>0 (conjectured).

Crossrefs

Essentially the same as A141459.

Programs

  • Mathematica
    b[n_] = BernoulliB[n]; b[0] = 1/2; b[1] = 1;
    a[n_] := Sum[(-1)^(n - k)*Binomial[n, k]*b[k], {k, 0, m}] // Denominator;
    Table[a[n], {n, 0, 55}] (* Jean-François Alcover, Jun 04 2019 *)

Formula

a(n) = A141459(n) * A141044(n).
a(n) = A141459(n) for n>2.
a(2n+1) = A054977(n).
a(2n) = A001897(n) * A054977(n).
Showing 1-1 of 1 results.