login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
OFFSET
0,3
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
KEYWORD
sign
AUTHOR
EXTENSIONS
Title corrected by Sean A. Irvine, Apr 23 2019
STATUS
approved