login

Revision History for A346710

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
The denominators of the semiderivative of the Bernoulli polynomials at x = 1 and normalized by sqrt(Pi).
(history; published version)
#6 by Peter Luschny at Sun Aug 01 12:57:19 EDT 2021
STATUS

reviewed

approved

#5 by Joerg Arndt at Sun Aug 01 10:51:47 EDT 2021
STATUS

proposed

reviewed

#4 by Peter Luschny at Sun Aug 01 08:03:01 EDT 2021
STATUS

editing

proposed

#3 by Peter Luschny at Sun Aug 01 04:15:05 EDT 2021
NAME

The denominators of the semiderivative of the Bernoulli polynomials evaluated at x = 1 and normalized by sqrt(Pi).

MAPLE

r := n -> int(diff(bernoulli(n, t), t) / sqrt(1 - t), t = 0..1):

a := n -> denom(r(n)): seq(a(n), n = 0..9);

# Alternative:

fb := n -> sqrt(Pi)*fracdiff(bernoulli(n, x), x, 1/2):

seq(denom(simplify(subs(x=1, fb(n)))), n = 0..9);

CROSSREFS

Cf. A346709, (numerator), A346711, A346712, A346714, A346715.

#2 by Peter Luschny at Sat Jul 31 08:32:39 EDT 2021
NAME

allocated for Peter LuschnyThe denominators of the semiderivative of the Bernoulli polynomials evaluated at x = 1 and normalized by sqrt(Pi).

DATA

1, 1, 3, 5, 105, 63, 77, 6435, 6435, 663, 24871, 1322685, 45885, 68425, 294975, 1479, 4083810885, 46725525, 46940355, 80555475, 509285205, 471824925, 5147492805, 116197611075, 3848337675, 111954046295, 46499760153, 21364716527, 1238763451695, 149973995325

OFFSET

0,3

COMMENTS

The semiderivative is the fractional derivative of order 1/2. The Davison-Essex method is used. See A346709 for formulas and references.

CROSSREFS
KEYWORD

allocated

nonn,frac

AUTHOR

Peter Luschny, Jul 31 2021

STATUS

approved

editing

#1 by Peter Luschny at Fri Jul 30 11:30:07 EDT 2021
NAME

allocated for Peter Luschny

KEYWORD

allocated

STATUS

approved