VOOZH
about
URL: https://oeis.org/A020546
⇱ A020546 - OEIS
login
A020546
4th Bernoulli polynomial evaluated at x=n! (multiplied by 30).
0
-1, -1, 119, 26999, 9141119, 6117551999, 8039777471999, 19349557795007999, 79283315950497791999, 520200772303582605311999, 5202033526748670061363199999, 76163011026003598026877747199999, 1579316269171414235892829146316799999
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
0,3
LINKS
Table of n, a(n) for n=0..12.
Index entries for sequences related to Bernoulli numbers.
FORMULA
a(n) = 30 * B_4(n!) where B_4(x) = x^4 - 2*x^3 + x^2 - 1/30. -
Sean A. Irvine
, Apr 23 2019
PROG
(PARI) a(n) = subst(bernpol(4, x), x, n!)*30; \\
Michel Marcus
, Apr 24 2019
CROSSREFS
Sequence in context:
A069328
A184330
A210044
*
A323318
A192726
A266032
Adjacent sequences:
A020543
A020544
A020545
*
A020547
A020548
A020549
KEYWORD
sign
AUTHOR
Simon Plouffe
EXTENSIONS
Title corrected by
Sean A. Irvine
, Apr 23 2019
STATUS
approved