login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A261274
From higher-order Bernoulli numbers: denominator of D Number D2n(2n).
3
1, 3, 15, 21, 45, 33, 1365, 45, 765, 1995, 3465, 1035, 20475, 189, 435, 7161, 58905, 315, 959595, 4095, 142065, 148995, 108675, 14805, 2436525, 65637, 78705, 21945, 24795, 2655, 85180095, 135135, 546975, 8252055
OFFSET
0,2
LINKS
Guodong Liu, A Recurrence Formula for D Numbers D2n(2n-1), Discrete Dynamics in Nature and Society, Volume 2009 (2009).
N. E. Nørlund, Vorlesungen über Differenzenrechnung Springer 1924, p. 462.
MATHEMATICA
NorlundD[nu_, n_] := (-2)^nu NorlundB[nu, n, n/2];
Table[NorlundD[2n, 2 n] // Denominator, {n, 0, 33}] (* Jean-François Alcover, Jul 02 2019 *)
PROG
(PARI) x='x+O('x^66); apply(denominator, select(i->i, Vec(serlaplace((x / log(x + sqrt(1+x^2))) / sqrt(1+x^2)))))
CROSSREFS
Cf. A001904.
Sequence in context: A306771 A216521 A110172 * A014493 A147025 A147017
KEYWORD
nonn,frac
AUTHOR
Gheorghe Coserea, Aug 13 2015
STATUS
approved