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!)
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
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

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 20 05:25 EDT 2024. Contains 371798 sequences. (Running on oeis4.)