login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A001905 From higher-order Bernoulli numbers: absolute value of numerator of D-number D2n(2n-1).
(Formerly M5051 N2184)
3
1, 17, 1835, 195013, 3887409, 58621671097, 327585142651, 83717985168643, 189605076148138997, 595202561342135705333, 26162958970171926774263, 822117399240965474306397043, 4746533358587697361080419575 (list; graph; refs; listen; history; text; internal format)
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
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
Cf. A001904, A261272 (denominator), A261274.
Sequence in context: A156675 A276808 A088465 * A221322 A135505 A171704
KEYWORD
nonn,frac
AUTHOR
EXTENSIONS
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jul 26 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 14:04 EDT 2024. Contains 371792 sequences. (Running on oeis4.)