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!)
A261272 From higher-order Bernoulli numbers: denominator of the D-number D2n(2n-1). 3
3, 5, 21, 45, 11, 1365, 45, 51, 399, 3465, 345, 20475, 189, 145, 7161, 58905, 105, 27417, 117, 6765, 148995, 108675, 329, 2436525, 65637, 26235, 21945, 4959, 177, 85180095, 135135, 60775, 1650411, 108675 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
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. 463.
MATHEMATICA
NorlundD[nu_, n_] := (-2)^nu NorlundB[nu, n, n/2];
Table[NorlundD[2n, 2n-1] // Denominator, {n, 1, 34}] (* Jean-François Alcover, Jul 02 2019 *)
PROG
(PARI) x='x+O('x^66); apply(denominator, select(i->i, Vec(-1 + serlaplace((x / log(x + sqrt(1+x^2)))^2 / sqrt(1+x^2)))))
CROSSREFS
Cf. A001905.
Sequence in context: A148552 A148553 A239795 * A319488 A110026 A235136
KEYWORD
nonn,frac
AUTHOR
Gheorghe Coserea, Aug 13 2015
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)