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.

A366427 a(n) = denominator(denominator(Bernoulli''(n, x)) / denominator(Bernoulli(n, 1))).

Original entry on oeis.org

1, 2, 6, 1, 30, 1, 42, 1, 10, 1, 66, 1, 2730, 1, 2, 1, 510, 1, 798, 1, 110, 1, 138, 1, 546, 1, 2, 1, 870, 1, 14322, 1, 170, 1, 6, 1, 1919190, 1, 2, 1, 13530, 1, 1806, 1, 46, 1, 282, 1, 1326, 1, 22, 1, 1590, 1, 798, 1, 290, 1, 354, 1, 56786730, 1, 2, 1, 102, 1
Offset: 0

Views

Author

Peter Luschny, Oct 13 2023

Keywords

Crossrefs

Cf. A366168/A027642, A366426 (numerator), A366570/A366152 (1st derivative).

Programs

  • Maple
    seq(denom(denom(diff(diff(bernoulli(n, x), x),x))/denom(bernoulli(n, 1))), n = 0..65);
  • PARI
    a(n) = denominator(lcm(apply(denominator, Vec(deriv(deriv(bernpol(n))))))/denominator(subst(bernpol(n, x), x, 1))); \\ Michel Marcus, Oct 14 2023

Formula

a(n) = denominator(A366168(n) / A027642(n)).