OFFSET
1,2
REFERENCES
N. E. Nørlund, Vorlesungen über Differenzenrechnung. Springer-Verlag, Berlin, 1924, p. 463.
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Gheorghe Coserea, Table of n, a(n) for n = 1..200
Guodong Liu, A Recurrence Formula for D Numbers D2n(2n-1), Discrete Dynamics in Nature and Society, Volume 2009 (2009). [From Herman Jamke (hermanjamke(AT)fastmail.fm), Jul 26 2010]
N. E. Nørlund, Vorlesungen über Differenzenrechnung Springer 1924, p. 463. [From Herman Jamke (hermanjamke(AT)fastmail.fm), Jul 26 2010]
MATHEMATICA
NorlundD[nu_, n_] := (-2)^nu NorlundB[nu, n, n/2];
Table[NorlundD[2n, 2n-1] // Numerator // Abs, {n, 1, 13}] (* Jean-François Alcover, Jul 02 2019 *)
PROG
(PARI) x='x+O('x^33); abs(apply(numerator, select(i->i, Vec(-1 + serlaplace((x / log(x + sqrt(1+x^2)))^2 / sqrt(1+x^2)))))) \\ Gheorghe Coserea, Aug 10 2015
CROSSREFS
KEYWORD
nonn,frac
AUTHOR
EXTENSIONS
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jul 26 2010
STATUS
approved