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!)
A220411 The denominators of J. L. Fields generalized Bernoulli polynomials. 3
1, -6, 60, -504, 2160, -3168, 786240, -51840, 1762560, -82736640, 1437004800, -858470400, 101896704000, -1881169920, 8659353600, -855305256960, 14071151001600, -150493593600, 8252165711462400, -70431001804800, 24434139856896000, -1076294062964736000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
See A220412 for definitions and references.
LINKS
MATHEMATICA
F[0, _] = 1; F[n_, x_] := F[n, x] = -2x Sum[Binomial[n-1, 2k+1] BernoulliB[2k+2]/(2k+2) F[n-2k-2, x], {k, 0, n/2-1}] // Expand;
a[n_] := (-1)^n Denominator[Together[F[2n, x]]];
Table[a[n], {n, 0, 21}] (* Jean-François Alcover, Jun 27 2019 *)
CROSSREFS
Sequence in context: A043033 A179711 A061495 * A248217 A102232 A121113
KEYWORD
sign
AUTHOR
Peter Luschny, Dec 30 2012
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 March 28 10:55 EDT 2024. Contains 371241 sequences. (Running on oeis4.)