[go: up one dir, main page]

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!)
Revision History for A366573 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A366573 a(n) = denominator(Bernoulli'(n, x)) / denominator(Bernoulli''(n, x)).
(history; published version)
#13 by Michael De Vlieger at Sat Dec 30 13:04:01 EST 2023
STATUS

proposed

approved

#12 by Michel Marcus at Sat Dec 30 12:20:52 EST 2023
STATUS

editing

proposed

#11 by Michel Marcus at Sat Dec 30 12:20:43 EST 2023
EXAMPLE

seq(denom(diff(bernoulli(n, x), x))/denom(diff(diff(bernoulli(n, x), x),x)), n = 0..100);

MAPLE

seq(denom(diff(bernoulli(n, x), x))/denom(diff(diff(bernoulli(n, x), x), x)), n = 0..100);

STATUS

approved

editing

Discussion
Sat Dec 30 12:20
Michel Marcus: maple
#10 by Peter Luschny at Sat Oct 14 13:15:17 EDT 2023
STATUS

proposed

approved

#9 by Michel Marcus at Sat Oct 14 13:14:05 EDT 2023
STATUS

editing

proposed

#8 by Michel Marcus at Sat Oct 14 13:14:03 EDT 2023
PROG

(PARI) a(n) = lcm(apply(denominator, Vec(deriv(bernpol(n)))))/ lcm(apply(denominator, Vec(deriv(deriv(bernpol(n)))))); \\ Michel Marcus, Oct 14 2023

STATUS

approved

editing

#7 by Peter Luschny at Fri Oct 13 23:57:08 EDT 2023
STATUS

editing

approved

#6 by Peter Luschny at Fri Oct 13 23:57:04 EDT 2023
EXAMPLE

seq(denom(diff(bernoulli(n, x), x))/denom(diff(diff(bernoulli(n, x), x),x)), n = 0..100);

STATUS

approved

editing

#5 by Michael De Vlieger at Fri Oct 13 16:33:35 EDT 2023
STATUS

proposed

approved

#4 by Peter Luschny at Fri Oct 13 16:08:18 EDT 2023
STATUS

editing

proposed

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 August 30 09:28 EDT 2024. Contains 375532 sequences. (Running on oeis4.)